pulsar-client-python
pulsar-client-python copied to clipboard
[feature request] Support KeyValue Schema.
trafficstars
Motivation
CPP client supported KeyValue schema on https://github.com/apache/pulsar-client-cpp/pull/22.
Python clients also can support KeyValue schemas based on this.
Alternatives
Note: The schema function of the Python client is not completely based on CPP. We may need to redesign the interface to the Key Value Schema in the Python client.