provectus / kafka-ui

Open-Source Web UI for Apache Kafka Management
Apache License 2.0
9.57k stars 1.17k forks source link

Produce a message without specifying the partition #4424

Open windymindy opened 6 months ago

windymindy commented 6 months ago

Issue submitter TODO list

Is your proposal related to a problem?

Producing a message is an important debug feature. One wants to send the message in the same way the service or application does. Currently, kafka-ui requires specifying the partition explicitly when producing from the topics ui. Could that break the order guarantee if one sends a message with a key that is already present in another partition?

Describe the feature you're interested in

I want to omit the partition and let kafka decide where to put my message based on key.

Describe alternatives you've considered

Search the key in all partitions manually.

Version you're running

56fa824

Additional context

duplicate of https://github.com/provectus/kafka-ui/issues/3725 , but that does not follow the issue template

github-actions[bot] commented 6 months ago

Hello there windymindy! 👋

Thank you and congratulations 🎉 for opening your very first issue in this project! 💖

In case you want to claim this issue, please comment down below! We will try to get back to you as soon as we can. 👀