Releases: Trendyol/kafka-konsumer
Releases · Trendyol/kafka-konsumer
v1.8.7
Changelog
- a319551 Merge pull request #52 from Trendyol/fix/duplicate-message-produce-issue
- bc44651 fix: duplicate produce in otel producer
v1.7.7
Changelog
- b00ff7e chore(deps): bump actions/checkout from 3 to 4 (#43)
- ddb99fb chore(deps): bump actions/setup-go from 3 to 4 (#42)
- 624bf79 chore(deps): bump goreleaser/goreleaser-action from 4 to 5 (#44)
- 6921ec5 feat: implement distributed tracing on consuming and producing 🥳🚀 (#39)
v1.7.7-distributed-tracing-rc2
Update dependencies: otel-kafka-konsumer moved to Trendyol org
v1.7.7-distributed-tracing-rc1
Upgrade open telemetry dependencies.
v1.7.7-distributed-tracing-rc
Changelog
- 0291cfb feat: implement distributed tracing on consume and produce
- f732119 feat: remove pointer on write message on otelkafkakonsumer
- 9c52495 refactor: producer config as pointer and test little refactoring
v1.6.7
Changelog
- 9abfbf2 fix: when error come we still increase total processed message issue and add tests
v1.5.7
Changelog
- a24d3e5 DeadLetterTopic field added to RetryConfiguration. (#35)
- 11ed120 fix: race condition issue on batch consumer (#33)
v1.5.6
- We migrated from manual-commit to auto-commit in order to prevent race condition issues when the concurrency value is higher than 1.
- We are also planning to deprecate batch-related metrics, please use single ones.
- We added the
CommitInterval
value as default 1. It indicates the interval at which offsets are committed to the broker. You can get more information here
Changelog
- f9aebc1 fix: race condition issue on batch consumer
- 3d81c14 refactor: migrate to auto commit
- 71aaf48 refactor: with review findings
v1.4.6
Changelog
- 5ffa18d feat: adding transport & dial configurations (#29)
v1.4.5
Changelog
- c17711a chore(deps): bump github.com/Trendyol/kafka-cronsumer (#28)