How to send protobuf binary data via Pulsar REST API? #24776
Unanswered
jlbelmonte
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello.
I need to send protobuf messages through Pulsar's HTTP REST API, but I'm running into encoding issues that break compatibility with my existing consumers.
I have an edge case where I can only use the REST API endpoint to produce a message, and my consumers expect raw binary protobuf data.
What I've Tried:
BYTESbut I getUnable to add schema SchemaData(type=BYTES...Questions:
Environment:
Using Ruby with HTTParty for REST calls
Pulsar broker with JWT authentication
Existing rust protobuf consumers expecting binary data
Any suggestions would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions