Skip to content

lensesio/lenses-serde-kafka-consumer-offsets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lenses Serde for Kafka consumer offset topic

Kafka contains a topic called __consumer_offsets that stores the offsets for each consumer group. This topic stores the offsets committed by the consumers. Alongside the offset information the topic also stores the metadata of the consumer group, such as the topic partitions assigned to the group, the consumer group id,etc.

The Lenses Serde for Kafka consumer offset topic is a tool that allows you to only read the topic content.

Build

To build:

mvn clean package

To format the code run:

mvn com.coveo:fmt-maven-plugin:format

To add license header, run:

mvn license:format

About

A Lenses serde to deserialize the Apache Kafka __conusumer_offset topic

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages