Zeebe Kafka Exporter 1.1.0
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:
awaitInFlightRecordTimeout
was removed as it was not particularly usefulinFlightRecordCheckIntervalMs
was added to specify how often the exporter should drain the in flight records queuerequestTimeout
andcloseTimeout
were migrated torequestTimeoutMs
andcloseTimeoutMs
to remove a dependency onDurationUtil
and use plain types