Skip to content

Releases: siddhi-io/siddhi-io-kafka

Siddhi IO Kafka Release 5.0.16

31 Mar 14:28
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.12...v5.0.16

Siddhi IO Kafka Release 5.0.12

02 Apr 12:13
Compare
Choose a tag to compare

This Release is compatible with Siddhi 5.x.x

Overview

Siddhi IO Kafka 5.0.12 release contains a improvement for synchronous publishing

Bug Fixes

  • Add synchronous publishing (#141)

Complete Changes

Please find the complete changes here

Download

Download the release from here

Siddhi IO Kafka Release 5.0.7

05 Dec 14:58
Compare
Choose a tag to compare

This Release is compatible with Siddhi 5.x.x

Overview

Siddhi IO Kafka 5.0.7 release contains bug fixes for possible NPEs and bug fixes related to Kafka partition handling.

Bug Fixes

  • Possible NPE when restoring Siddhi state (#122)
  • Partition wise thread setting not working as expected (#121)

Complete Changes

Please find the complete changes here

Download

Download the release from here

Siddhi IO Kafka Release 5.0.6

28 Nov 07:39
Compare
Choose a tag to compare

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

Siddhi IO Kafka Release 5.0.5

08 Nov 15:55
Compare
Choose a tag to compare

This Release is compatible with Siddhi 5.x.x

Overview

Siddhi IO Kafka 5.0.5 release contains improvement related to configuring offset committing at Kafka Source.

Bug Fixes

  • Relatively low consuming rates (#117)

Complete Changes

Please find the complete changes here

Download

Download the release from here

Siddhi IO Kafka Release 5.0.4

19 Sep 19:04
Compare
Choose a tag to compare

This Release is compatible with Siddhi 5.x.x

Overview

Siddhi IO Kafka 5.0.4 release contains bug fixes released to Kafka Source connection handling and retry logic related issues.

Bug Fixes

  • Kafka source connection retry related fixes (#112)
  • Issue of Kafka connection creation in init method (#112)

Complete Changes

Please find the complete changes here

Download

Download the release from here

Siddhi IO Kafka Release 5.0.3

07 Aug 15:29
Compare
Choose a tag to compare

This Release is compatible with Siddhi 5.x.x

Overview

Siddhi IO Kafka 5.0.3 release contains a bug fix related Kafka IO annotation.

Highlights

  • Renamed topic.offset.map configuration parameter to topic.offsets.map

Bug Fixes

  • Setting 'topic.offset.map' parameter gives Siddhi Parse Error on siddhi app deployment. (#103)

Complete Changes

Please find the complete changes here

v5.0.2

05 Jul 19:17
Compare
Choose a tag to compare

Overview

Changing groupId from org.wso2.extension.siddhi.io.kafka to io.siddhi.extension.io.kafka

Bug Fixes

No bug fixes

Features & Improvements

No new features or improvements

Complete Changes

Please find the complete changes here

Download

Download the release from here

v5.0.1

05 Jul 19:20
Compare
Choose a tag to compare

Overview

Fix doc bugs

Bug Fixes

Features & Improvements

No new features or improvements

Complete Changes

Please find the complete changes here

Download

Download the release from here

v4.0.5

21 Sep 12:06
Compare
Choose a tag to compare
downgrading version