show

Use this command to display the configuration values of an object on the connected cluster.

Synopsis

show <ShowCommandArg> [ShowCommandArg Options]

show adk-script-version

show akd-script-version
(UNIX only) Show the version of the underlying Apache Kafka scripts used for command execution.

show all-topics

show all-topics [under-min-isr-partitions|at-min-isr-partitions|exclude-internal|topics-with-overrides|unavailable-partitions|under-replicated-partitions|disable-rack-aware]
Show information about all topics in the cluster.
Example:
cluster@myCluster> show all-topics 
Topic:topic1    PartitionCount:1        ReplicationFactor:1     Configs:
        Topic: topic1   Partition: 0    Leader: 0       Replicas: 0     Isr: 0

Topic:topic2 PartitionCount:1 ReplicationFactor:1 Configs: Topic: topic2 Partition: 0 Leader: 0 Replicas: 0 Isr: 0

Topic:topic3 PartitionCount:1 ReplicationFactor:1 Configs: Topic: topic3 Partition: 0 Leader: 0 Replicas: 0 Isr: 0

Topic:topic6 PartitionCount:1 ReplicationFactor:1 Configs: Topic: topic6 Partition: 0 Leader: 0 Replicas: 0 Isr: 0 Topic:topicname PartitionCount:1 ReplicationFactor:1 Configs: Topic: topicname Partition: 0 Leader: 0 Replicas: 0 Isr: 0

show broker

show broker <String> [force|all]
Show information about all topics in the cluster.
Example:
cluster@myCluster> show broker 0
Configs for brokers '0' are log.message.timestamp.type=CreateTime

show broker-api-version

show broker-api-version
Show the Apache Kafka broker API version.

show client

show client <String> [force|all]
Show information about a specified client component in the cluster.
Example:
cluster@myCluster> show client 0
Configs for client-id '0' are request_percentage=50

show log-dirs

show log-dirs [topic <Topic Name>|no-formatting]
Show information about log directories for all topics, or a specified topic.

show log-dump

show log-dump <File> [deep-iteration|index-sanity-check|key-decoder-class <String>|max-message-size <Int>|offsets-decoder|print-data-log|transaction-log-decoder|value-decoder-class <String>|verify-index-only|cluster-metadata-decoder|skip-record-metadata]
Show the contents of a specified log file.

show topic

show topic <TopicNames> [at-min-isr-partitions|under-min-isr-partitions|exclude-internal|if-exists|topics-with-overrides|unavailable-partitions|under-replicated-partitions|disable-rack-aware]
Show information about a specified topic or topics in the cluster. <TopicNames> is a string that specifies one or multiple topic names. For multiple topics, separate the topics with a comma.
Example:
cluster@myCluster> show topic topic2 
Topic:topic2    PartitionCount:1        ReplicationFactor:1     Configs:
        Topic: topic2   Partition: 0    Leader: 0       Replicas: 0     Isr: 0
			 

show user

show user <String> [force|all]
Show information about a specified client component in the cluster.
Example:
cluster@myCluster> show user tibcoUser
Configs for user-principal 'tibcoUser' are request_percentage=99

show zookeeper

show zookeeper
Show information about the cluster's ZooKeeper(s).
Note: For explanations of options for the above command forms, see the Apache Kafka documentation.