Skip to content

Instantly share code, notes, and snippets.

@apurvam
Created January 24, 2018 01:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save apurvam/379268c87ec9021a0c710504129dea3e to your computer and use it in GitHub Desktop.
Save apurvam/379268c87ec9021a0c710504129dea3e to your computer and use it in GitHub Desktop.
An example of the updates to the 'show topics' command.
ksql> show topics;
Kafka Topic | Registered | Partitions | Partition Replicas | Consumers | Consumer Groups
----------------------------------------------------------------------------------------------------------
__confluent.support.metrics | false | 1 | 1 | 0 | 0
_schemas | false | 1 | 1 | 0 | 0
connect-configs | false | 1 | 1 | 0 | 0
connect-offsets | false | 25 | 1 | 0 | 0
connect-statuses | false | 5 | 1 | 0 | 0
groupbydevice | true | 4 | 1 | 0 | 0
groupbydevice4 | false | 1 | 1 | 0 | 0
ksql__commands | true | 1 | 1 | 0 | 0
pageviews_kafka_topic_json | true | 1 | 1 | 1 | 1
users_kafka_topic_json | false | 1 | 1 | 0 | 0
----------------------------------------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment