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/12/01 14:00:55 UTC

[GitHub] [pulsar] jeames00 removed a comment on issue #7695: Python client does not handle default schema values

jeames00 removed a comment on issue #7695:
URL: https://github.com/apache/pulsar/issues/7695#issuecomment-736515412


   I'm no longer confident it's solely an issue with the Python schema classmethod. I also get the same 'IncompatibleSchemaException' error with a Java producer after updating the struct schema, the newly added field is also missing the 'default' field.
   
   Namespace values are set to:
   
   ```
   {
   "schema_auto_update_compatibility_strategy":"Full",
   "schema_compatibility_strategy":"FULL",
   "is_allow_auto_update_schema":true,
   "schema_validation_enforced":false
   }
   ```


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