You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have confirmed that this should be classified as an enhancement rather than a bug/feature.
Summary
When the mqadmin interface is invoked to set consumption patterns, topic and subscription groups are not validated, resulting in dirty data being written
Motivation
Avoid writing dirty data in consumption mode
Describe the Solution You'd Like
Verify the topic and subscription groups in the handler function
Before Creating the Enhancement Request
Summary
When the mqadmin interface is invoked to set consumption patterns, topic and subscription groups are not validated, resulting in dirty data being written
Motivation
Avoid writing dirty data in consumption mode
Describe the Solution You'd Like
Verify the topic and subscription groups in the handler function
Describe Alternatives You've Considered
null
Additional Context
No response