Skip to content

Zeebe Kafka Exporter 1.1.0

Compare
Choose a tag to compare
released this 25 Jul 13:47

Zeebe Kafka Exporter 1.1.0

Upgrade the exporter to be compatible with 0.20.0 (possibly 0.19.0 as well, but nothing beyond that).

Breaking changes

Some configuration options were removed, some added, and some renamed:

  1. awaitInFlightRecordTimeout was removed as it was not particularly useful
  2. inFlightRecordCheckIntervalMs was added to specify how often the exporter should drain the in flight records queue
  3. requestTimeout and closeTimeout were migrated to requestTimeoutMs and closeTimeoutMs to remove a dependency on DurationUtil and use plain types