-
I can't find anywhere how to to set a message headers. Is that supported? |
Beta Was this translation helpful? Give feedback.
Answered by
dasch
Feb 1, 2021
Replies: 1 comment
-
It is! It uses the same API as the DeliveryBoy.deliver(“hello”, topic: “greetings”, headers: { hello: “world” }) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dasch
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is! It uses the same API as the
produce
method in ruby-kafka: