1.12.5 (2024-03)
- #46 Fixes the bug that keeps running the app alive when there is a lag, but no message in the topic partition
Merged pull requests:
- Pull Request for the issues #46 #46 (ahmetfurkankavraz)
1.12.4 (2024-03)
- #29 Add async programming to consume message in parallel
- #30 Catch exception based on Partitions
- #44 Limit message consumption based on Topic instead of Topic Partition
Merged pull requests:
- Pull Request for the issues #29, #30, #44 #43 (ahmetfurkankavraz)
1.12.3 (2024-03)
Merged pull requests:
- Pull Request for the issues #15 #35 (ahmetfurkankavraz)
1.12.2 (2024-03)
Closed issues:
- #20 Add version check workflow to compare main and current version
Merged pull requests:
- Pull Request for the issues #20 #40 (semihcavdar)
1.12.1 (2024-02)
Closed issues:
- #36 Add Acks to ProducerConfig if exists in configuration as ProducerAcks
Merged pull requests:
- Pull Request for the issues #36 #37 (elifbayrakdar)
1.12.0 (2024-01)
Closed issues:
- #14 Get Kafka Producer Configs from Configuration
Merged pull requests:
- Pull Request for the issues #14 #34 (elifbayrakdar)
1.11.0 (2024-01)
Closed issues:
- #17 Read configurations from file path given from configuration
Merged pull requests:
1.10.0 (2023-12)
Closed issues:
- #18 moves messages with limit for each topic partition given from config
- #24 check if error topic is empty without assigning and consuming message
- #25 get retry topic name from header of error message
- #27 get auto-commit , manuel commit options from config
Merged pull requests:
- Pull Request for the issues #18 #24 #25 #27 #28 (ahmetfurkankavraz)