-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduce common messaging.consumer.group.name
and messaging.destination.subscription.name
instead of per-system ones
#815
Introduce common messaging.consumer.group.name
and messaging.destination.subscription.name
instead of per-system ones
#815
Conversation
506dcc8
to
d0f0cfc
Compare
It sounds like we have two popular terms - "consumer group" and "subscription" to describe load/balancing + fan-out. Some systems even use both notions (RocketMQ). I'm totally open to other naming suggestions depending on the feedback. |
messaging.consumer.group.name
instead of per-system ones
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks fine to me.
I like that we actually not use the term "consumer group", but we have "group" as a sub-namespace of the "consumer" namespace. So this denotes a grouping of consumers, which can also apply to subscriptions.
d0f0cfc
to
2810697
Compare
messaging.consumer.group.name
instead of per-system onesmessaging.consumer.group.name
and messaging.destination.subscription.name
instead of per-system ones
091ed64
to
f9b94d5
Compare
8db3110
to
b9d1120
Compare
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @lmolkova, I think that's good to go.
22a3723
to
9b65eba
Compare
…ion.subscription.name instead of per-system ones
9b65eba
to
0f7fbdb
Compare
Changes
Addresses consumer group and subscription name part of #797
Merge requirement checklist
[chore]