2

Is there a way to publish message to an Apache Pulsar topic using Protobuf schema using pulsar-client package using python?

As per the documentation, it supports only Avro, String, Json and bytes. Any work around for this? https://pulsar.apache.org/docs/ko/2.8.1/client-libraries-python/

Olaf Kock
  • 46,930
  • 8
  • 59
  • 90

1 Answers1

0

That enhancement is not complete yet

https://github.com/apache/pulsar/issues/12949

It is there for Java

https://medium.com/streamnative/apache-pulsar-2-7-0-25c505658589

Tim Spann
  • 517
  • 2
  • 6