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.
Since version 2.9.0:
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.