adioe3
adioe3
Why not just allow users to decide how to handle tags? Just provide a `tagMergeStrategy` or whatever field so it's something like: ```json { "uuid":"ad143ba-1c1d-40ca-8054-2cf57f101206", "name":"SampleProject", "version":"2022-05-30 11:18:08", "classifier":"APPLICATION", "tags":["production",...
I have the same problem with AMQP. Normally, the failed message would be routed to the dead-letter queue but because of the unhandled exception this doesn't happen. I'd love to...
Also, at least in my case, what fails is decoding the message body -- the headers (read: stamps) are decoded without problem so having access to the failure transport +...
To illustrate the use case: we have a message with an object ID + status and a consumer which will update the object with the new status. Now, if there's...