Murthy Vissapragada
Murthy Vissapragada

Reputation: 23

How to work with protobuf schema messages in Python Apache pulsar pulsar-client package?

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/

Upvotes: 2

Views: 642

Answers (1)

Tim Spann
Tim Spann

Reputation: 503

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

Upvotes: 0

Related Questions