Skip to content

dzmauchy/kc

Repository files navigation

Collection of Kafka Console Tools (kc)


Table of Contents

Kafka Read-Only Console Tool (kcr)

Kafka Console Read-Only Tool is a command-line utility to make some read-only operations:

  • to fetch messages from Kafka topics within a given time window filtered by Groovy expressions. Output messages could be transformed using Groovy expression too
  • to select messages between offsets
  • to get current offset information (including starting date of the first offset)
  • to get topic listing
  • to get consumer groups
  • to fetch a schema from Schema Registry based on schema-id field in a message taken by the specified offset

All operations are read-only so you can't ruin your career by using this utility.

See the Detailed Documentation.

Downloads

All files could be downloaded from Releases

Documentation