Skip to content
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

2.9.0: config.rd incorrectly caches group_id when using default #353

Open
nic-snoek-zepto opened this issue Sep 26, 2023 · 0 comments
Open

Comments

@nic-snoek-zepto
Copy link

Since version 2.9.0:

  • When starting multiple consumers in the same process (in different threads)
  • And relying on the default group_id (group_id_prefix + classname.kebabcase)

config.rb caches the group_id and does not recalculate for different consumer class.

Workaround: Do not rely on default group_id, but set group_id explicitly on each consumer class.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant