Skip to content

Siddhi IO Kafka Release 5.0.6

Compare
Choose a tag to compare
@pcnfernando pcnfernando released this 28 Nov 07:39
· 146 commits to master since this release

This Release is compatible with Siddhi 5.x.x

Overview

Siddhi IO Kafka 5.0.6 release contains improvement related to support handle over committing the offset at Kafka Source.

Please find below table depicting how enable.offsets.commit and enable.auto.commit needs to be configured to achieve the required behabiour.

enable.offsets.commit enable.auto.commit Behaviour
true true Commit offset periodically
true false Commit offset maually
false true Would not commit
false false Would not commit

Bug Fixes

  • auto.offset.reset:latest not honored (#91)

Complete Changes

Please find the complete changes here

Download

Download the release from here