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

Produce a message without specifying the partition #4424

Open
2 tasks done
windymindy opened this issue Apr 4, 2024 · 1 comment
Open
2 tasks done

Produce a message without specifying the partition #4424

windymindy opened this issue Apr 4, 2024 · 1 comment
Labels
status/triage Issues pending maintainers triage type/feature A new feature

Comments

@windymindy
Copy link

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

@windymindy windymindy added status/triage Issues pending maintainers triage type/feature A new feature labels Apr 4, 2024
Copy link

github-actions bot commented Apr 4, 2024

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. 👀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/triage Issues pending maintainers triage type/feature A new feature
Projects
None yet
Development

No branches or pull requests

1 participant