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 2020/11/24 12:43:05 UTC

[GitHub] [pulsar] KannarFr opened a new issue #8682: [Schemas] only auto update if schema is different than current

KannarFr opened a new issue #8682:
URL: https://github.com/apache/pulsar/issues/8682


   **Is your enhancement request related to a problem? Please describe.**
   Currently when a producer contains a schema it is takes as topic Schema and schema version is incremented even if the schema has not changed between producer restarts.
   
   **Describe the solution you'd like**
   On allow auto update schema, only update it if the schema changed.


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



[GitHub] [pulsar] codelipenghui commented on issue #8682: [Schemas] only auto update if schema is different than current

Posted by GitBox <gi...@apache.org>.
codelipenghui commented on issue #8682:
URL: https://github.com/apache/pulsar/issues/8682#issuecomment-733717875


   @KannarFr This expected behavior is the schema will update once the schema is changed. If a producer with the same schema but the schema version is incremented after the producer restart, I think this is a bug. Could you please provide more information about this issue? Which Pulsar version are you using (broker and client) and It would be best if there is a reproducible example
   


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



[GitHub] [pulsar] KannarFr closed issue #8682: [Schemas] only auto update if schema is different than current

Posted by GitBox <gi...@apache.org>.
KannarFr closed issue #8682:
URL: https://github.com/apache/pulsar/issues/8682


   


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



[GitHub] [pulsar] KannarFr commented on issue #8682: [Schemas] only auto update if schema is different than current

Posted by GitBox <gi...@apache.org>.
KannarFr commented on issue #8682:
URL: https://github.com/apache/pulsar/issues/8682#issuecomment-733728902


   @codelipenghui 2.6.2 broker and pulsar-rs latest client. Will try to create a reproductible case.


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