Skip to content

1.0.17: Introduce safe offset record header (#140)

Compare
Choose a tag to compare
@viswamy viswamy released this 06 Sep 23:45
· 56 commits to master since this release
313dbc9
What and why?
For every record consumed from li-apache-kafka-client consumer, the record will be annotated with a safe offset header such that systems like brooklin aren't forced to use LiKafkaConsumer interface (which has #safeOffsets() api) but instead can just work with Consumer interface and the headers.