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/03/16 15:23:07 UTC

[GitHub] [pulsar] shiv4289 opened a new issue #3838: Allow incompatible schemas to co-exist on a topic, allow set-schema-autoupdate-strategy = none

shiv4289 opened a new issue #3838: Allow incompatible schemas to co-exist on a topic, allow set-schema-autoupdate-strategy = none
URL: https://github.com/apache/pulsar/issues/3838
 
 
   **Is your feature request related to a problem? Please describe.**
   The set-schema-autoupdate-strategy policy currently allows disabling schema update (--disabled) and one of --compatibility(FULL, BACKWARD, FORWARD). There is no way to currently allow multiple schemas for a topic.
   
   **Describe the solution you'd like**
    It would be useful to allow --compatibility so the schemas can be added without checking with the previous schemas. This allows for extra flexibility for instance having multiple objects on a topic, supports use cases like a simple event bus etc.
   
   **Describe alternatives you've considered**
   There is no workaround to achieve multiple distinct objects with their own schemas on one topic as of now.
   
   **Additional context**
   None
   

----------------------------------------------------------------
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