apache / pulsar-client-python

Apache Pulsar Python client library
https://pulsar.apache.org/
Apache License 2.0
50 stars 42 forks source link

[feature request] Support KeyValue Schema. #69

Open shibd opened 1 year ago

shibd commented 1 year ago

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.

Anything else?