I have a requirement of moving specific messages from DLQ to RETRY queue. I want to use pulsar-admin
for this task.
I have message-id
for all the messages.
~note: don't want to copy and produce manually, it is error prone
Any other approach is acceptable.