On 09/10/2019 10:37, Brian Candler wrote:

- There is contradictory information about what versions of python are supported.  At http://pulsar.apache.org/docs/en/client-libraries-python/ it says that versions 3.4-3.7 are supported, but there is a link to http://pulsar.apache.org/api/python/ where it says that only version 2.7 is supported.

Looking into this further, I think it's simply that http://pulsar.apache.org/api/python/ is out-of-date and needs regenerating.

As well as python3 now being supported, there is other new functionality which is not shown: e.g.

- Client.create_producer and Client.create_reader can take a "schema" argument
- Message.value()   contains the object deserialized via schema

Regards,

Brian.

Reply via email to