Releases: linkedin/li-apache-kafka-clients
Releases · linkedin/li-apache-kafka-clients
1.0.56: pick latest kafka 2.0-li (#188)
Co-authored-by: Radai Rosenblatt <[email protected]>
1.0.55
bump conductor client, log conductor connection failures as warnings …
add test and fix bugs of using payload.array()
pick up latest bug fix:
add test and fix bugs of using payload.array()
Add enableRecordHeader config in producer
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
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
Add exception.on.invalid.offset.reset config to allow throwing InvalidOffsetException regardless of auto.offset.reset strategy.
Empty Commit to trigger new release
No new commits, just to trigger a new release to get bintray correctly published.
make '_t' record header immutable
'_t' should be immutable and not be updated if it is already set
consumerOffsetWatermarkSpan metric and header-based large message support
Bump mario to 0.0.34
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]>