Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there any format that is guaranteed to work for kaf consume | kaf produce pipelines? #373

Open
cobbr2 opened this issue Dec 4, 2024 · 0 comments

Comments

@cobbr2
Copy link

cobbr2 commented Dec 4, 2024

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:

kaf consume -c cluster1 my_topic | kaf produce -c cluster2 my_topic_in_cluster2

?

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant