Describe the bug
There is contradictory information about what versions of python are supported.
- It says that versions 3.4-3.7 are supported at http://pulsar.apache.org/docs/en/client-libraries-python/
- It says that only version 2.7 is supported at http://pulsar.apache.org/api/python/
The info is out-of-date and needs regenerating.
- 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
Note: The issue is found and reported by Brian (b.candler@pobox.com). Thank Brian for his contribution.
Describe the bug
There is contradictory information about what versions of python are supported.
The info is out-of-date and needs regenerating.
which is not shown: e.g.
argument
Note: The issue is found and reported by Brian (b.candler@pobox.com). Thank Brian for his contribution.