Skip to content

Latest commit

 

History

History
84 lines (44 loc) · 4.04 KB

CHANGELOG.MD

File metadata and controls

84 lines (44 loc) · 4.04 KB

Changelog

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:

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:

1.12.3 (2024-03)

  • #15 Fix integration tests
  • #35 Use Builder pattern to read configurations

Merged pull requests:

1.12.2 (2024-03)

Closed issues:

  • #20 Add version check workflow to compare main and current version

Merged pull requests:

1.12.1 (2024-02)

Closed issues:

  • #36 Add Acks to ProducerConfig if exists in configuration as ProducerAcks

Merged pull requests:

1.12.0 (2024-01)

Closed issues:

  • #14 Get Kafka Producer Configs from Configuration

Merged pull requests:

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: