console icon indicating copy to clipboard operation
console copied to clipboard

Add copy message to publish for Republishing an existing message

Open ying234 opened this issue 1 year ago • 6 comments

Feature #232 Add a copy message to publish menu item to copy the key and value to publish page.

ying234 avatar Jun 12 '24 04:06 ying234

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Jun 12 '24 04:06 CLAassistant

Republishing a record as is requires copying other attributes such as the offset, partition, headers as well to be copied. I believe just copying key/value is only a slight advantage over what's already possible by copying the key & value individually into the new publish modal.

weeco avatar Jun 12 '24 08:06 weeco

I've checked when it comes to code, I'll leave to @weeco to approve whether it makes sense or not to merge in this state.

jvorcak avatar Jun 12 '24 10:06 jvorcak

Republishing a record as is requires copying other attributes such as the offset, partition, headers as well to be copied. I believe just copying key/value is only a slight advantage over what's already possible by copying the key & value individually into the new publish modal.

I was using such copy a lot and I need to open two browser tabs. One tab is for copy and another is for paste to the input. Every time with several extra clicks. So, this change can save me from these extra clicks.

ying234 avatar Jun 12 '24 21:06 ying234

Republishing a record as is requires copying other attributes such as the offset, partition, headers as well to be copied. I believe just copying key/value is only a slight advantage over what's already possible by copying the key & value individually into the new publish modal.

Add message key and value encoding, and headers to the copying.

ying234 avatar Jun 14 '24 04:06 ying234

@weeco any more suggestion or comment?

ying234 avatar Jun 26 '24 14:06 ying234