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
feat: introduced defaultBalancer for Kafka producers that dynamically…
… selects the balancing strategy
Introduced defaultBalancer for Kafka producers that dynamically selects the balancing strategy:
Uses RoundRobin for messages without keys.
Uses Murmur2 for messages with keys.
feat: cronsumer internal queue capacity, producer batch size and time…
…out expose (#147)
* feat: able to use kafka cronsumer queue capacity field
* feat: able to inject cronsumer producer batch size and timeout
* docs: add new cronsumer exposed field to the readme
* feat: kafka cronsumer v1.1.5 dump
feat: enable balancer support to the retry configuration (#123)
* feat: enable balancer support to the retry configuration
* chore: add balancer tests
---------
Co-authored-by: Abdulsametileri <sametileri07@gmail.com>