8000 Tags · Trendyol/kafka-konsumer · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: Trendyol/kafka-konsumer

Tags

v2.4.8

Toggle v2.4.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.

v2.4.7

Toggle v2.4.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Verify main and retry topics by default (#162)

v2.4.6

Toggle v2.4.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Disable singleton kafka client (#148)

Co-authored-by: burak.gundogdu <burak.gundogdu@trendyol.com>

v2.3.6

Toggle v2.3.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v2.3.5

Toggle v2.3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add producer interceptor interface (#145)

* feat: add producer interceptor interface

* fix: redpanda docker image

* fix: producer tests

* fix: linter

* feat: add multi interceptor support

* fix: refactoring code

* docs: add producer interceptor example

v2.3.4

Toggle v2.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: remove rm-dist, add clean to the goreleaser

v2.3.3

Toggle v2.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: expose error metric when fetching message (#132)

* feat: expose error metric when fetching message

* chore: fix lint

v2.3.2

Toggle v2.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: make Pause and Resume methods idempotent (#124)

* feat: make Resume Pause as idempotent

* chore: add log pause/resume

* chore: add description pause and resume

* chore: add tests

* chore: fix test

v2.3.1

Toggle v2.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

v2.3.0

Toggle v2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add metric prefix config and expose metricCollectors (#106)

0