Hi Team, I have a requirement and not sure if that is already part of Apache pulsar.
We heavily rely on KeyShared subscriptions and need to understand if a functionality is already available. Question: If a message is in exception and moved to deadletter queue, will all the other messages of same key will they move to deadletter or they are in normal flow. In our scenario we cannot process 2nd message with key if 1st message with same key is in exception. Is there a way for pulsar to auto move all the messages with that key to deadletter rather than handling it manually? Thanks, Arun