You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/07/25 07:52:23 UTC

[GitHub] [pulsar] sijie opened a new issue #4806: A Pulsar producer should be able to produce messages of different schemas

sijie opened a new issue #4806: A Pulsar producer should be able to produce messages of different schemas
URL: https://github.com/apache/pulsar/issues/4806
 
 
   **Is your feature request related to a problem? Please describe.**
   
   When replicating data from Kafka (with schema registry) to Pulsar, it involves both uploading schemas and producing data to Pulsar. Also All the messages should also be replicated in order and there are no duplicates. The later requirement means we can only use one producer for replicating one Kafka partition to one Pulsar partition. However current Pulsar producer can only supports producing messages of one type of schema.
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services