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 a consumer group that auto scales and will sometimes need more than the default of 5 enhanced fan-out consumers, sometimes less. If I set maxEnhancedConsumers to 20, all of the consumers are created, but they remain registered even after scaling down my consumer group application.
For example, at the peak of the day, I might have 10 instances of the application running, each using 1 consumer. Overnight, I might have 1 instance of the application running and 9 consumers that aren't used.
Can lifion-kinesis automatically deregister the consumers that are not being used?
The text was updated successfully, but these errors were encountered:
Hi @eaviles, I saw that you've contributed to this module. Is there a way to get support for questions/issues like this? I'd love to use it if there is some support.
I have a consumer group that auto scales and will sometimes need more than the default of 5 enhanced fan-out consumers, sometimes less. If I set
maxEnhancedConsumers
to 20, all of the consumers are created, but they remain registered even after scaling down my consumer group application.For example, at the peak of the day, I might have 10 instances of the application running, each using 1 consumer. Overnight, I might have 1 instance of the application running and 9 consumers that aren't used.
Can lifion-kinesis automatically deregister the consumers that are not being used?
The text was updated successfully, but these errors were encountered: