Open
Description
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?
As far as I can tell, in order to "re-produce" a message into a topic, you have to copy/paste the payload, key, and headers, then dropdown the partition and serde settings.
Describe the feature you're interested in
An addition to the hamburger menu on each message row that is something like: Produce
which then opens the Produce Message pane with the information autofilled from the message. This likely should be added to RBAC as a permission, as not everyone knows the consequences of re-publishing an event/message into a given topic.
v1 should likely only allow exact replicas of data to be produced. Future versions to allow modification of payload, headers, etc.
Feature Extensions:
- Producer Templates allow for re-use and modification
Workflow screenshots below:
Describe alternatives you've considered
Some alternatives I've considered:
- Use a small script/cli to GET the message I want to produce, then curl POST to the /messages with the info auto filled
Version you're running
Additional context
No response