provectus / kafka-ui

Open-Source Web UI for Apache Kafka Management

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Produce a message without specifying the partition

windymindy opened this issue Β· comments

Issue submitter TODO list

  • I've searched for an already existing issues here
  • I'm running a supported version of the application which is listed here and the feature is not present there

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 #3725 ,
but that does not follow the issue template

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. πŸ‘€