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 2021/11/01 20:09:17 UTC

[GitHub] [pulsar] branhoff edited a comment on issue #10596: Python client: broken/missing Avro schema support

branhoff edited a comment on issue #10596:
URL: https://github.com/apache/pulsar/issues/10596#issuecomment-947972294


   UPDATE ON BUG STATUS AFTER TESTING AGAINST PULSAR 2.7.2 and Pulsar 2.8.1:
   
   The documented [example](https://pulsar.apache.org/docs/fr/client-libraries-python/#complex-types)
   * No support for `default` values. [NOT FIXED]
   * No support for the `doc` attribute. [NOT FIXED] 
   * No support for the `namespace` attribute. [NOT FIXED]
   * No support for subrecords (fields of type `record`) [FIXED]
   * Ordering bug when generating schema definition that makes schema incompatible with topic's registered schema. [NOT FIXED]
       
   Additional context
   *The support for subrecords (item 4) was fixed for Pulsar 2.7.2 and flows into 2.8.1. The remaining identified issues are not fixed through 2.8.1.*
   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. 
   


-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org