branhoff opened a new issue #12571: URL: https://github.com/apache/pulsar/issues/12571
**Describe the bug** No support for `default` values. **To Reproduce** Steps to reproduce the behavior: 1. Go to https://github.com/ta1meng/pulsar-python-avro-schema-examples 2. Read the README file at the root directory as well as README file in: * example03_nested_schema_with_doc_namespace 3. The repo does not contain an example of the lack of support of explicit `default` values, but it's easy to see that shortcoming in code -- there is no code for default values inside the schema generation code. **Expected behavior** The documented [example](https://pulsar.apache.org/docs/fr/client-libraries-python/#complex-types) should work out of the box. There should be support for common Avro keywords like `default`. **Screenshots** N/A **Desktop (please complete the following information):** OS: MacOS **Additional context** Tested against Pulsar 2.7.2 and Pulsar 2.8.1. Using both Python Pulsar client 2.7.2 and Pulsar 2.8.1 under Python 3.7. Issue originally reported in ticket [#10596](https://github.com/apache/pulsar/issues/10596) -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
