Last active
July 18, 2017 16:37
-
-
Save manjuapu/ca44f59614cf388e1d0aeaae705d0c31 to your computer and use it in GitHub Desktop.
API versions of all the nodes in the cluster
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cmccabe@aurora:~/confluent-3.2.0/bin> ./kafka-broker-api-versions.sh --bootstrap-server localhost:9092 | |
aurora:9092 (id: 0 rack: null) -> ( | |
Produce(0): 0 to 2 [usable: 2], | |
Fetch(1): 0 to 2 [usable: 2], | |
Offsets(2): 0 [usable: 0], | |
Metadata(3): 0 to 1 [usable: 1], | |
LeaderAndIsr(4): 0 [usable: 0], | |
StopReplica(5): 0 [usable: 0], | |
UpdateMetadata(6): 0 to 2 [usable: 2], | |
ControlledShutdown(7): 1 [usable: 1], | |
OffsetCommit(8): 0 to 2 [usable: 2], | |
OffsetFetch(9): 0 to 1 [usable: 1], | |
GroupCoordinator(10): 0 [usable: 0], | |
JoinGroup(11): 0 [usable: 0], | |
Heartbeat(12): 0 [usable: 0], | |
LeaveGroup(13): 0 [usable: 0], | |
SyncGroup(14): 0 [usable: 0], | |
DescribeGroups(15): 0 [usable: 0], | |
ListGroups(16): 0 [usable: 0], | |
SaslHandshake(17): 0 [usable: 0], | |
ApiVersions(18): 0 [usable: 0], | |
CreateTopics(19): UNSUPPORTED, | |
DeleteTopics(20): UNSUPPORTED | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment