Open zhavir opened 3 years ago
The issue had no activity for 30 days, mark with Stale label.
Was this ever implimented?
it seems to be present in cpp, which is the base for the python client: https://github.com/apache/pulsar-client-cpp/blob/3efa80a2667aae599118f27b8741c8236b2386c8/lib/ProtobufNativeSchema.cc#L36
so, extending should be trivial.
Is your enhancement request related to a problem? Please describe. I was wondering if there was a possibility to use protobuf in order to auto-generate code for my pulsar client services (both producer and consumer). By reading documentation and searching on the internet I was able to find some references related to other languages (like Java or C).
Describe the solution you'd like I've tried to do something like that, obviously without success.
Additional context For a reference, I'm expecting something like the integration with Avro, but instead with Protobuf (with autogenerated classes)