Skip to content

Releases: Trendyol/kafka-konsumer

v2.4.9

14 May 06:42
0771a70
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4.8...v2.4.9

v2.4.8

15 Apr 07:46
6e9c415
Compare
Choose a tag to compare

What's Changed

  • feat: introduced defaultBalancer for Kafka producers that dynamically selects the balancing strategy
    Uses RoundRobin for messages without keys. Uses Murmur2 for messages with keys. Enhanced producer configuration to automatically default to defaultBalancer when no custom balancer is specified, simplifying setup.
    by @pinarrkok in #171

  • feat: support specifying scram hash algorithm by @EdmondFrank in #170

  • feat: Make Intermediate CA optional in TLS configuration by @keremdndr in #166

  • fix: add missing logger for verify topic by @keremdndr in #167

New Contributors

Full Changelog: v2.4.7...v2.4.8

v2.4.7

12 Jan 14:32
faa822e
Compare
Choose a tag to compare

What's Changed

  • feat: increase batch performance by @Abdulsametileri in #156
  • feat: implement prometheus metrics as atomic in order to solve data race by @berruk in #161
  • feat: remove spaces from broker lists implementation by @osemrt in #151
  • feat: throw panic when produce message to retry topic is unsuccessful by @pinarrkok in #150
  • feat: verifyTopicOnStartup field true as default by @kutay-o in #162
  • chore: Update debezium/zookeeper image version by @ibrahimkarahan47 in #157

New Contributors

v2.4.6

31 Oct 07:50
0c34509
Compare
Choose a tag to compare

What's Changed

When the VerifyTopicOnStartup flag is enabled (true), the consumer checks whether the topic exists, the authorization process is okay, etc.

When multiple consumer integration, internal once.Do implementation causes a bug, this release fixes this issue.

Full Changelog: v2.3.6...v2.4.6

v2.3.6

30 Oct 11:05
541cca7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.5...v2.3.6

v2.3.5

27 Sep 05:13
81762bd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.4...v2.3.5

v2.3.4

03 Sep 07:00
a40194d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.3...v2.3.4

v2.3.3

04 Jun 07:03
a5a8628
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.2...v2.3.3

v2.3.2

02 Apr 22:11
3239d0f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.1...v2.3.2

v2.3.1

29 Mar 07:01
ac1f317
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.0...v2.4.0