Skip to content

Releases: linkedin/li-apache-kafka-clients

1.0.56: pick latest kafka 2.0-li (#188)

20 Aug 02:54
b27f603
Compare
Choose a tag to compare
Co-authored-by: Radai Rosenblatt <[email protected]>

1.0.55

19 Aug 23:04
3ac013d
Compare
Choose a tag to compare
bump conductor client, log conductor connection failures as warnings …

add test and fix bugs of using payload.array()

19 Aug 01:21
3fd2a8f
Compare
Choose a tag to compare

pick up latest bug fix:
add test and fix bugs of using payload.array()

Add enableRecordHeader config in producer

11 Aug 04:38
dd53ec1
Compare
Choose a tag to compare

This release pulls in the enableRecordHeader config in producer that is required for controlling the use of record headers for large message segments.

Revert passthrough fix to debug perf issue in BMM

04 Aug 21:27
b2046fc
Compare
Choose a tag to compare

Revert passthrough fix that enables passthrough mirroring to work from v1 source to v2 destination, to debug perf issue in BMM since that fix seems to cause regression.

Add exception.on.invalid.offset.reset config

03 Aug 18:54
7e4a138
Compare
Choose a tag to compare

Add exception.on.invalid.offset.reset config to allow throwing InvalidOffsetException regardless of auto.offset.reset strategy.

Empty Commit to trigger new release

30 Jul 17:43
b67a80d
Compare
Choose a tag to compare

No new commits, just to trigger a new release to get bintray correctly published.

make '_t' record header immutable

30 Jul 03:10
b67a80d
Compare
Choose a tag to compare

'_t' should be immutable and not be updated if it is already set

consumerOffsetWatermarkSpan metric and header-based large message support

17 Jul 19:57
ca3a870
Compare
Choose a tag to compare
  • Added a new consumer metric - consumerOffsetWatermarkSpan to represent "distance between the safe offset and watermark" (#178)
  • Introduce new version to process LM segments with record header (#179)

Bump mario to 0.0.34

19 Jun 23:22
9b24d06
Compare
Choose a tag to compare
Bump mario from 0.0.29 to 0.0.34 to enable TopicQuery (#177)

* Bump mario from 0.0.29 to 0.0.34 to enable TopicQuery, fix integration tests

Co-authored-by: Ke Hu <[email protected]>