Open shibd opened 1 year ago
CPP client supported KeyValue schema on https://github.com/apache/pulsar-client-cpp/pull/22.
KeyValue
Python clients also can support KeyValue schemas based on this.
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.
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?