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 2018/10/01 13:25:51 UTC

[GitHub] ivankelly opened a new pull request #2691: Automatic schema update can be disabled through admin interface

ivankelly opened a new pull request #2691: Automatic schema update can be disabled through admin interface
URL: https://github.com/apache/pulsar/pull/2691
 
 
   Currently when a producer connects to a topic with a new schema, if
   that schema is fully compatible with the current schema, the schema
   for the topic is updated to the new schema.
   
   This may not be desirable in some cases.
   
   This patch allows users to set the auto update schema compatibility
   strategy at the namespace level. There are 4 compatibility levels,
   disabled, backward, forward and full.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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