Replies: 1 comment
-
It does. I misread docs and made a bug in the bindings. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use
rd_kafka_offsets_store
with metadata that is suppose to be stored based on #4084Then I invoke rd_kafka_commit with no tpl (NULL) and I would expect the metadata to be stored alongside the offsets but it is empty. Only passing explicit tpl to
rd_kafka_commit
stores the metadata. Isn't it against the 4084?Beta Was this translation helpful? Give feedback.
All reactions