fgeller / kt

Kafka command line tool that likes JSON
MIT License
950 stars 100 forks source link

produce messages partitioned by value #115

Closed LucasDove closed 10 months ago

LucasDove commented 3 years ago

I want this feature because in my case, I just want every each partition of a topic could have messages without setting partition key for every message.

fgeller commented 3 years ago

hey @LucasDove ! sorry for the delay, and thanks very much for your time and contribution! i suggested two small changes (gofmt & regrouping of guards) - would you mind doing these or should I pull your changes in and perform the changes?

fgeller commented 3 years ago

FYI: if you rebase / merge current master, the CI should switch over to GH actions and work 👍