Possible to open multiple message subscriptions for the same event #11308
Labels
component/engine
kind/bug
Categorizes an issue or PR as a bug
scope/broker
Marks an issue or PR to appear in the broker section of the changelog
severity/low
Marks a bug as having little to no noticeable impact for the user
version:8.2.0
Marks an issue as being completely or in parts released in 8.2.0
Describe the bug
When a user deploys the same process multiple times without changes, additional message start event subscriptions are opened, if there are top-level message start events present in the process.
This does not lead to issues because published messages only create a single instance, but strangely, additional message subscriptions are opened.
To Reproduce
Expected behavior
Only a single message subscription exist for any message event at any time.
The text was updated successfully, but these errors were encountered: