You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see the issue for implementing kaf cp, but my question is simpler, I think: is there any specific combination of options for the existing kaf which we know will "just work" when doing something like:
I've tried a bunch of combinations, but I haven't hit a workable one. Our messages are protobufs, and have a headers and key entry in addition to the payload element when output in JSON; most of my solutions so far drop the headers and key entirely. The ones that don't wrap the whole message into a new "payload". I want to preserve all three.
The text was updated successfully, but these errors were encountered:
I see the issue for implementing
kaf cp
, but my question is simpler, I think: is there any specific combination of options for the existingkaf
which we know will "just work" when doing something like:?
I've tried a bunch of combinations, but I haven't hit a workable one. Our messages are protobufs, and have a
headers
andkey
entry in addition to thepayload
element when output in JSON; most of my solutions so far drop the headers and key entirely. The ones that don't wrap the whole message into a new "payload". I want to preserve all three.The text was updated successfully, but these errors were encountered: