<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question kafka commands in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/kafka-commands/m-p/318267#M227426</link>
    <description>&lt;P&gt;Hello Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when executing&amp;nbsp;kafka-topics --list I am getting error&amp;nbsp;&lt;/P&gt;&lt;P&gt;kafka-topics --list --bootstrap-server RB-HADOOP-02.mtg.local:9092,RB-HADOOP-03.mtg.local:9092,RB-HADOOP-04.mtg.local:9092&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[root@rb-hadoop-02 admin]# kafka-topics --list --bootstrap-server RB-HADOOP-02.mtg.local:9092,RB-HADOOP-03.mtg.local:9092,RB-HADOOP-04.mtg.local:9092&lt;BR /&gt;21/06/11 15:07:40 INFO utils.Log4jControllerRegistration$: Registered kafka:type=kafka.Log4jController MBean&lt;BR /&gt;21/06/11 15:07:41 INFO admin.AdminClientConfig: AdminClientConfig values:&lt;BR /&gt;bootstrap.servers = [RB-HADOOP-02.mtg.local:9092, RB-HADOOP-03.mtg.local:9092, RB-HADOOP-04.mtg.local:9092]&lt;BR /&gt;client.dns.lookup = default&lt;BR /&gt;client.id =&lt;BR /&gt;connections.max.idle.ms = 300000&lt;BR /&gt;metadata.max.age.ms = 300000&lt;BR /&gt;metric.reporters = []&lt;BR /&gt;metrics.num.samples = 2&lt;BR /&gt;metrics.recording.level = INFO&lt;BR /&gt;metrics.sample.window.ms = 30000&lt;BR /&gt;receive.buffer.bytes = 65536&lt;BR /&gt;reconnect.backoff.max.ms = 1000&lt;BR /&gt;reconnect.backoff.ms = 50&lt;BR /&gt;request.timeout.ms = 120000&lt;BR /&gt;retries = 5&lt;BR /&gt;retry.backoff.ms = 100&lt;BR /&gt;sasl.client.callback.handler.class = null&lt;BR /&gt;sasl.jaas.config = null&lt;BR /&gt;sasl.kerberos.kinit.cmd = /usr/bin/kinit&lt;BR /&gt;sasl.kerberos.min.time.before.relogin = 60000&lt;BR /&gt;sasl.kerberos.service.name = null&lt;BR /&gt;sasl.kerberos.ticket.renew.jitter = 0.05&lt;BR /&gt;sasl.kerberos.ticket.renew.window.factor = 0.8&lt;BR /&gt;sasl.login.callback.handler.class = null&lt;BR /&gt;sasl.login.class = null&lt;BR /&gt;sasl.login.refresh.buffer.seconds = 300&lt;BR /&gt;sasl.login.refresh.min.period.seconds = 60&lt;BR /&gt;sasl.login.refresh.window.factor = 0.8&lt;BR /&gt;sasl.login.refresh.window.jitter = 0.05&lt;BR /&gt;sasl.mechanism = GSSAPI&lt;BR /&gt;security.protocol = PLAINTEXT&lt;BR /&gt;security.providers = null&lt;BR /&gt;send.buffer.bytes = 131072&lt;BR /&gt;ssl.cipher.suites = null&lt;BR /&gt;ssl.enabled.protocols = [TLSv1.2, TLSv1.1, TLSv1]&lt;BR /&gt;ssl.endpoint.identification.algorithm = https&lt;BR /&gt;ssl.key.password = null&lt;BR /&gt;ssl.keymanager.algorithm = SunX509&lt;BR /&gt;ssl.keystore.location = null&lt;BR /&gt;ssl.keystore.password = null&lt;BR /&gt;ssl.keystore.type = JKS&lt;BR /&gt;ssl.protocol = TLS&lt;BR /&gt;ssl.provider = null&lt;BR /&gt;ssl.secure.random.implementation = null&lt;BR /&gt;ssl.trustmanager.algorithm = PKIX&lt;BR /&gt;ssl.truststore.location = null&lt;BR /&gt;ssl.truststore.password = null&lt;BR /&gt;ssl.truststore.type = JKS&lt;/P&gt;&lt;P&gt;21/06/11 15:07:41 DEBUG internals.AdminMetadataManager: [AdminClient clientId=adminclient-1] Setting bootstrap cluster metadata Cluster(id = null, nodes = [RB-HADOOP-04.mtg.local:9092 (id: -3 rack: null), rb-hadoop-02.mtg.local:9092 (id: -1 rack: null), RB-HADOOP-03.mtg.local:9092 (id: -2 rack: null)], partitions = [], controller = null).&lt;BR /&gt;21/06/11 15:07:41 INFO utils.AppInfoParser: Kafka version: 2.4.1.7.1.5.2-1&lt;BR /&gt;21/06/11 15:07:41 INFO utils.AppInfoParser: Kafka commitId: a27f0fc2ed4667da&lt;BR /&gt;21/06/11 15:07:41 INFO utils.AppInfoParser: Kafka startTimeMs: 1623409661406&lt;BR /&gt;21/06/11 15:07:41 DEBUG admin.KafkaAdminClient: [AdminClient clientId=adminclient-1] Kafka admin client initialized&lt;BR /&gt;21/06/11 15:07:41 DEBUG admin.KafkaAdminClient: [AdminClient clientId=adminclient-1] Queueing Call(callName=listTopics, deadlineMs=1623409781410) with a timeout 120000 ms from now.&lt;BR /&gt;21/06/11 15:07:41 DEBUG clients.NetworkClient: [AdminClient clientId=adminclient-1] Initiating connection to node RB-HADOOP-03.mtg.local:9092 (id: -2 rack: null) using address RB-HADOOP-03.mtg.local/10.10.104.107&lt;BR /&gt;21/06/11 15:07:41 DEBUG network.Selector: [AdminClient clientId=adminclient-1] Created socket with SO_RCVBUF = 65536, SO_SNDBUF = 131072, SO_TIMEOUT = 0 to node -2&lt;BR /&gt;21/06/11 15:07:41 DEBUG clients.NetworkClient: [AdminClient clientId=adminclient-1] Completed connection to node -2. Fetching API versions.&lt;BR /&gt;21/06/11 15:07:41 DEBUG clients.NetworkClient: [AdminClient clientId=adminclient-1] Initiating API versions fetch from node -2.&lt;BR /&gt;21/06/11 15:07:41 DEBUG clients.NetworkClient: [AdminClient clientId=adminclient-1] Recorded API versions for node -2: (Produce(0): 0 to 8 [usable: 8], Fetch(1): 0 to 11 [usable: 11], ListOffsets(2): 0 to 5 [usable: 5], Metadata(3): 0 to 9 [usable: 9], LeaderAndIsr(4): 0 to 4 [usable: 4], StopReplica(5): 0 to 2 [usable: 2], UpdateMetadata(6): 0 to 6 [usable: 6], ControlledShutdown(7): 0 to 3 [usable: 3], OffsetCommit(8): 0 to 8 [usable: 8], OffsetFetch(9): 0 to 6 [usable: 6], FindCoordinator(10): 0 to 3 [usable: 3], JoinGroup(11): 0 to 6 [usable: 6], Heartbeat(12): 0 to 4 [usable: 4], LeaveGroup(13): 0 to 4 [usable: 4], SyncGroup(14): 0 to 4 [usable: 4], DescribeGroups(15): 0 to 5 [usable: 5], ListGroups(16): 0 to 3 [usable: 3], SaslHandshake(17): 0 to 1 [usable: 1], ApiVersions(18): 0 to 3 [usable: 3], CreateTopics(19): 0 to 5 [usable: 5], DeleteTopics(20): 0 to 4 [usable: 4], DeleteRecords(21): 0 to 1 [usable: 1], InitProducerId(22): 0 to 2 [usable: 2], OffsetForLeaderEpoch(23): 0 to 3 [usable: 3], AddPartitionsToTxn(24): 0 to 1 [usable: 1], AddOffsetsToTxn(25): 0 to 1 [usable: 1], EndTxn(26): 0 to 1 [usable: 1], WriteTxnMarkers(27): 0 [usable: 0], TxnOffsetCommit(28): 0 to 2 [usable: 2], DescribeAcls(29): 0 to 1 [usable: 1], CreateAcls(30): 0 to 1 [usable: 1], DeleteAcls(31): 0 to 1 [usable: 1], DescribeConfigs(32): 0 to 2 [usable: 2], AlterConfigs(33): 0 to 1 [usable: 1], AlterReplicaLogDirs(34): 0 to 1 [usable: 1], DescribeLogDirs(35): 0 to 1 [usable: 1], SaslAuthenticate(36): 0 to 1 [usable: 1], CreatePartitions(37): 0 to 1 [usable: 1], CreateDelegationToken(38): 0 to 2 [usable: 2], RenewDelegationToken(39): 0 to 1 [usable: 1], ExpireDelegationToken(40): 0 to 1 [usable: 1], DescribeDelegationToken(41): 0 to 1 [usable: 1], DeleteGroups(42): 0 to 2 [usable: 2], ElectLeaders(43): 0 to 2 [usable: 2], IncrementalAlterConfigs(44): 0 to 1 [usable: 1], AlterPartitionReassignments(45): 0 [usable: 0], ListPartitionReassignments(46): 0 [usable: 0], OffsetDelete(47): 0 [usable: 0])&lt;BR /&gt;21/06/11 15:07:42 DEBUG network.Selector: [AdminClient clientId=adminclient-1] Connection with RB-HADOOP-03.mtg.local/10.10.104.107 disconnected&lt;BR /&gt;java.io.EOFException&lt;BR /&gt;at org.apache.kafka.common.network.NetworkReceive.readFrom(NetworkReceive.java:96)&lt;BR /&gt;at org.apache.kafka.common.network.KafkaChannel.receive(KafkaChannel.java:424)&lt;BR /&gt;at org.apache.kafka.common.network.KafkaChannel.read(KafkaChannel.java:385)&lt;BR /&gt;at org.apache.kafka.common.network.Selector.attemptRead(Selector.java:651)&lt;BR /&gt;at org.apache.kafka.common.network.Selector.pollSelectionKeys(Selector.java:572)&lt;BR /&gt;at org.apache.kafka.common.network.Selector.poll(Selector.java:483)&lt;BR /&gt;at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:547)&lt;BR /&gt;at org.apache.kafka.clients.admin.KafkaAdminClient$AdminClientRunnable.run(KafkaAdminClient.java:1196)&lt;BR /&gt;at java.lang.Thread.run(Thread.java:748)&lt;BR /&gt;21/06/11 15:07:42 DEBUG clients.NetworkClient: [AdminClient clientId=adminclient-1] Node -2 disconnected.&lt;BR /&gt;21/06/11 15:07:42 DEBUG admin.KafkaAdminClient: [AdminClient clientId=adminclient-1] Call(callName=fetchMetadata, deadlineMs=1623409781409) failed: DisconnectException: Cancelled fetchMetadata request with correlation id 1 due to node -2 being disconnected. Beginning retry #1&lt;BR /&gt;21/06/11 15:07:42 DEBUG admin.KafkaAdminClient: [AdminClient clientId=adminclient-1] Queueing Call(callName=fetchMetadata, deadlineMs=1623409781409) with a timeout 119371 ms from now.&lt;BR /&gt;21/06/11 15:07:42 DEBUG clients.NetworkClient: [AdminClient clientId=adminclient-1] Initiating connection to node RB-HADOOP-04.mtg.local:9092 (id: -3 rack: null) using address RB-HADOOP-04.mtg.local/10.10.104.108&lt;BR /&gt;21/06/11 15:07:42 DEBUG network.Selector: [AdminClient clientId=adminclient-1] Created socket with SO_RCVBUF = 65536, SO_SNDBUF = 131072, SO_TIMEOUT = 0 to node -3&lt;BR /&gt;21/06/11 15:07:42 DEBUG clients.NetworkClient: [AdminClient clientId=adminclient-1] Completed connection to node -3. Fetching API versions.&lt;BR /&gt;21/06/11 15:07:42 DEBUG clients.NetworkClient: [AdminClient clientId=adminclient-1] Initiating API versions fetch from node -3.&lt;BR /&gt;21/06/11 15:07:42 DEBUG clients.NetworkClient: [AdminClient clientId=adminclient-1] Recorded API versions for node -3: (Produce(0): 0 to 8 [usable: 8], Fetch(1): 0 to 11 [usable: 11], ListOffsets(2): 0 to 5 [usable: 5], Metadata(3): 0 to 9 [usable: 9], LeaderAndIsr(4): 0 to 4 [usable: 4], StopReplica(5): 0 to 2 [usable: 2], UpdateMetadata(6): 0 to 6 [usable: 6], ControlledShutdown(7): 0 to 3 [usable: 3], OffsetCommit(8): 0 to 8 [usable: 8], OffsetFetch(9): 0 to 6 [usable: 6], FindCoordinator(10): 0 to 3 [usable: 3], JoinGroup(11): 0 to 6 [usable: 6], Heartbeat(12): 0 to 4 [usable: 4], LeaveGroup(13): 0 to 4 [usable: 4], SyncGroup(14): 0 to 4 [usable: 4], DescribeGroups(15): 0 to 5 [usable: 5], ListGroups(16): 0 to 3 [usable: 3], SaslHandshake(17): 0 to 1 [usable: 1], ApiVersions(18): 0 to 3 [usable: 3], CreateTopics(19): 0 to 5 [usable: 5], DeleteTopics(20): 0 to 4 [usable: 4], DeleteRecords(21): 0 to 1 [usable: 1], InitProducerId(22): 0 to 2 [usable: 2], OffsetForLeaderEpoch(23): 0 to 3 [usable: 3], AddPartitionsToTxn(24): 0 to 1 [usable: 1], AddOffsetsToTxn(25): 0 to 1 [usable: 1], EndTxn(26): 0 to 1 [usable: 1], WriteTxnMarkers(27): 0 [usable: 0], TxnOffsetCommit(28): 0 to 2 [usable: 2], DescribeAcls(29): 0 to 1 [usable: 1], CreateAcls(30): 0 to 1 [usable: 1], DeleteAcls(31): 0 to 1 [usable: 1], DescribeConfigs(32): 0 to 2 [usable: 2], AlterConfigs(33): 0 to 1 [usable: 1], AlterReplicaLogDirs(34): 0 to 1 [usable: 1], DescribeLogDirs(35): 0 to 1 [usable: 1], SaslAuthenticate(36): 0 to 1 [usable: 1], CreatePartitions(37): 0 to 1 [usable: 1], CreateDelegationToken(38): 0 to 2 [usable: 2], RenewDelegationToken(39): 0 to 1 [usable: 1], ExpireDelegationToken(40): 0 to 1 [usable: 1], DescribeDelegationToken(41): 0 to 1 [usable: 1], DeleteGroups(42): 0 to 2 [usable: 2], ElectLeaders(43): 0 to 2 [usable: 2], IncrementalAlterConfigs(44): 0 to 1 [usable: 1], AlterPartitionReassignments(45): 0 [usable: 0], ListPartitionReassignments(46): 0 [usable: 0], OffsetDelete(47): 0 [usable: 0])&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly advise&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Roshan&lt;/P&gt;</description>
    <pubDate>Fri, 11 Jun 2021 11:09:52 GMT</pubDate>
    <dc:creator>roshanbi</dc:creator>
    <dc:date>2021-06-11T11:09:52Z</dc:date>
    <item>
      <title>kafka commands</title>
      <link>https://community.cloudera.com/t5/Support-Questions/kafka-commands/m-p/318267#M227426</link>
      <description>&lt;P&gt;Hello Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when executing&amp;nbsp;kafka-topics --list I am getting error&amp;nbsp;&lt;/P&gt;&lt;P&gt;kafka-topics --list --bootstrap-server RB-HADOOP-02.mtg.local:9092,RB-HADOOP-03.mtg.local:9092,RB-HADOOP-04.mtg.local:9092&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[root@rb-hadoop-02 admin]# kafka-topics --list --bootstrap-server RB-HADOOP-02.mtg.local:9092,RB-HADOOP-03.mtg.local:9092,RB-HADOOP-04.mtg.local:9092&lt;BR /&gt;21/06/11 15:07:40 INFO utils.Log4jControllerRegistration$: Registered kafka:type=kafka.Log4jController MBean&lt;BR /&gt;21/06/11 15:07:41 INFO admin.AdminClientConfig: AdminClientConfig values:&lt;BR /&gt;bootstrap.servers = [RB-HADOOP-02.mtg.local:9092, RB-HADOOP-03.mtg.local:9092, RB-HADOOP-04.mtg.local:9092]&lt;BR /&gt;client.dns.lookup = default&lt;BR /&gt;client.id =&lt;BR /&gt;connections.max.idle.ms = 300000&lt;BR /&gt;metadata.max.age.ms = 300000&lt;BR /&gt;metric.reporters = []&lt;BR /&gt;metrics.num.samples = 2&lt;BR /&gt;metrics.recording.level = INFO&lt;BR /&gt;metrics.sample.window.ms = 30000&lt;BR /&gt;receive.buffer.bytes = 65536&lt;BR /&gt;reconnect.backoff.max.ms = 1000&lt;BR /&gt;reconnect.backoff.ms = 50&lt;BR /&gt;request.timeout.ms = 120000&lt;BR /&gt;retries = 5&lt;BR /&gt;retry.backoff.ms = 100&lt;BR /&gt;sasl.client.callback.handler.class = null&lt;BR /&gt;sasl.jaas.config = null&lt;BR /&gt;sasl.kerberos.kinit.cmd = /usr/bin/kinit&lt;BR /&gt;sasl.kerberos.min.time.before.relogin = 60000&lt;BR /&gt;sasl.kerberos.service.name = null&lt;BR /&gt;sasl.kerberos.ticket.renew.jitter = 0.05&lt;BR /&gt;sasl.kerberos.ticket.renew.window.factor = 0.8&lt;BR /&gt;sasl.login.callback.handler.class = null&lt;BR /&gt;sasl.login.class = null&lt;BR /&gt;sasl.login.refresh.buffer.seconds = 300&lt;BR /&gt;sasl.login.refresh.min.period.seconds = 60&lt;BR /&gt;sasl.login.refresh.window.factor = 0.8&lt;BR /&gt;sasl.login.refresh.window.jitter = 0.05&lt;BR /&gt;sasl.mechanism = GSSAPI&lt;BR /&gt;security.protocol = PLAINTEXT&lt;BR /&gt;security.providers = null&lt;BR /&gt;send.buffer.bytes = 131072&lt;BR /&gt;ssl.cipher.suites = null&lt;BR /&gt;ssl.enabled.protocols = [TLSv1.2, TLSv1.1, TLSv1]&lt;BR /&gt;ssl.endpoint.identification.algorithm = https&lt;BR /&gt;ssl.key.password = null&lt;BR /&gt;ssl.keymanager.algorithm = SunX509&lt;BR /&gt;ssl.keystore.location = null&lt;BR /&gt;ssl.keystore.password = null&lt;BR /&gt;ssl.keystore.type = JKS&lt;BR /&gt;ssl.protocol = TLS&lt;BR /&gt;ssl.provider = null&lt;BR /&gt;ssl.secure.random.implementation = null&lt;BR /&gt;ssl.trustmanager.algorithm = PKIX&lt;BR /&gt;ssl.truststore.location = null&lt;BR /&gt;ssl.truststore.password = null&lt;BR /&gt;ssl.truststore.type = JKS&lt;/P&gt;&lt;P&gt;21/06/11 15:07:41 DEBUG internals.AdminMetadataManager: [AdminClient clientId=adminclient-1] Setting bootstrap cluster metadata Cluster(id = null, nodes = [RB-HADOOP-04.mtg.local:9092 (id: -3 rack: null), rb-hadoop-02.mtg.local:9092 (id: -1 rack: null), RB-HADOOP-03.mtg.local:9092 (id: -2 rack: null)], partitions = [], controller = null).&lt;BR /&gt;21/06/11 15:07:41 INFO utils.AppInfoParser: Kafka version: 2.4.1.7.1.5.2-1&lt;BR /&gt;21/06/11 15:07:41 INFO utils.AppInfoParser: Kafka commitId: a27f0fc2ed4667da&lt;BR /&gt;21/06/11 15:07:41 INFO utils.AppInfoParser: Kafka startTimeMs: 1623409661406&lt;BR /&gt;21/06/11 15:07:41 DEBUG admin.KafkaAdminClient: [AdminClient clientId=adminclient-1] Kafka admin client initialized&lt;BR /&gt;21/06/11 15:07:41 DEBUG admin.KafkaAdminClient: [AdminClient clientId=adminclient-1] Queueing Call(callName=listTopics, deadlineMs=1623409781410) with a timeout 120000 ms from now.&lt;BR /&gt;21/06/11 15:07:41 DEBUG clients.NetworkClient: [AdminClient clientId=adminclient-1] Initiating connection to node RB-HADOOP-03.mtg.local:9092 (id: -2 rack: null) using address RB-HADOOP-03.mtg.local/10.10.104.107&lt;BR /&gt;21/06/11 15:07:41 DEBUG network.Selector: [AdminClient clientId=adminclient-1] Created socket with SO_RCVBUF = 65536, SO_SNDBUF = 131072, SO_TIMEOUT = 0 to node -2&lt;BR /&gt;21/06/11 15:07:41 DEBUG clients.NetworkClient: [AdminClient clientId=adminclient-1] Completed connection to node -2. Fetching API versions.&lt;BR /&gt;21/06/11 15:07:41 DEBUG clients.NetworkClient: [AdminClient clientId=adminclient-1] Initiating API versions fetch from node -2.&lt;BR /&gt;21/06/11 15:07:41 DEBUG clients.NetworkClient: [AdminClient clientId=adminclient-1] Recorded API versions for node -2: (Produce(0): 0 to 8 [usable: 8], Fetch(1): 0 to 11 [usable: 11], ListOffsets(2): 0 to 5 [usable: 5], Metadata(3): 0 to 9 [usable: 9], LeaderAndIsr(4): 0 to 4 [usable: 4], StopReplica(5): 0 to 2 [usable: 2], UpdateMetadata(6): 0 to 6 [usable: 6], ControlledShutdown(7): 0 to 3 [usable: 3], OffsetCommit(8): 0 to 8 [usable: 8], OffsetFetch(9): 0 to 6 [usable: 6], FindCoordinator(10): 0 to 3 [usable: 3], JoinGroup(11): 0 to 6 [usable: 6], Heartbeat(12): 0 to 4 [usable: 4], LeaveGroup(13): 0 to 4 [usable: 4], SyncGroup(14): 0 to 4 [usable: 4], DescribeGroups(15): 0 to 5 [usable: 5], ListGroups(16): 0 to 3 [usable: 3], SaslHandshake(17): 0 to 1 [usable: 1], ApiVersions(18): 0 to 3 [usable: 3], CreateTopics(19): 0 to 5 [usable: 5], DeleteTopics(20): 0 to 4 [usable: 4], DeleteRecords(21): 0 to 1 [usable: 1], InitProducerId(22): 0 to 2 [usable: 2], OffsetForLeaderEpoch(23): 0 to 3 [usable: 3], AddPartitionsToTxn(24): 0 to 1 [usable: 1], AddOffsetsToTxn(25): 0 to 1 [usable: 1], EndTxn(26): 0 to 1 [usable: 1], WriteTxnMarkers(27): 0 [usable: 0], TxnOffsetCommit(28): 0 to 2 [usable: 2], DescribeAcls(29): 0 to 1 [usable: 1], CreateAcls(30): 0 to 1 [usable: 1], DeleteAcls(31): 0 to 1 [usable: 1], DescribeConfigs(32): 0 to 2 [usable: 2], AlterConfigs(33): 0 to 1 [usable: 1], AlterReplicaLogDirs(34): 0 to 1 [usable: 1], DescribeLogDirs(35): 0 to 1 [usable: 1], SaslAuthenticate(36): 0 to 1 [usable: 1], CreatePartitions(37): 0 to 1 [usable: 1], CreateDelegationToken(38): 0 to 2 [usable: 2], RenewDelegationToken(39): 0 to 1 [usable: 1], ExpireDelegationToken(40): 0 to 1 [usable: 1], DescribeDelegationToken(41): 0 to 1 [usable: 1], DeleteGroups(42): 0 to 2 [usable: 2], ElectLeaders(43): 0 to 2 [usable: 2], IncrementalAlterConfigs(44): 0 to 1 [usable: 1], AlterPartitionReassignments(45): 0 [usable: 0], ListPartitionReassignments(46): 0 [usable: 0], OffsetDelete(47): 0 [usable: 0])&lt;BR /&gt;21/06/11 15:07:42 DEBUG network.Selector: [AdminClient clientId=adminclient-1] Connection with RB-HADOOP-03.mtg.local/10.10.104.107 disconnected&lt;BR /&gt;java.io.EOFException&lt;BR /&gt;at org.apache.kafka.common.network.NetworkReceive.readFrom(NetworkReceive.java:96)&lt;BR /&gt;at org.apache.kafka.common.network.KafkaChannel.receive(KafkaChannel.java:424)&lt;BR /&gt;at org.apache.kafka.common.network.KafkaChannel.read(KafkaChannel.java:385)&lt;BR /&gt;at org.apache.kafka.common.network.Selector.attemptRead(Selector.java:651)&lt;BR /&gt;at org.apache.kafka.common.network.Selector.pollSelectionKeys(Selector.java:572)&lt;BR /&gt;at org.apache.kafka.common.network.Selector.poll(Selector.java:483)&lt;BR /&gt;at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:547)&lt;BR /&gt;at org.apache.kafka.clients.admin.KafkaAdminClient$AdminClientRunnable.run(KafkaAdminClient.java:1196)&lt;BR /&gt;at java.lang.Thread.run(Thread.java:748)&lt;BR /&gt;21/06/11 15:07:42 DEBUG clients.NetworkClient: [AdminClient clientId=adminclient-1] Node -2 disconnected.&lt;BR /&gt;21/06/11 15:07:42 DEBUG admin.KafkaAdminClient: [AdminClient clientId=adminclient-1] Call(callName=fetchMetadata, deadlineMs=1623409781409) failed: DisconnectException: Cancelled fetchMetadata request with correlation id 1 due to node -2 being disconnected. Beginning retry #1&lt;BR /&gt;21/06/11 15:07:42 DEBUG admin.KafkaAdminClient: [AdminClient clientId=adminclient-1] Queueing Call(callName=fetchMetadata, deadlineMs=1623409781409) with a timeout 119371 ms from now.&lt;BR /&gt;21/06/11 15:07:42 DEBUG clients.NetworkClient: [AdminClient clientId=adminclient-1] Initiating connection to node RB-HADOOP-04.mtg.local:9092 (id: -3 rack: null) using address RB-HADOOP-04.mtg.local/10.10.104.108&lt;BR /&gt;21/06/11 15:07:42 DEBUG network.Selector: [AdminClient clientId=adminclient-1] Created socket with SO_RCVBUF = 65536, SO_SNDBUF = 131072, SO_TIMEOUT = 0 to node -3&lt;BR /&gt;21/06/11 15:07:42 DEBUG clients.NetworkClient: [AdminClient clientId=adminclient-1] Completed connection to node -3. Fetching API versions.&lt;BR /&gt;21/06/11 15:07:42 DEBUG clients.NetworkClient: [AdminClient clientId=adminclient-1] Initiating API versions fetch from node -3.&lt;BR /&gt;21/06/11 15:07:42 DEBUG clients.NetworkClient: [AdminClient clientId=adminclient-1] Recorded API versions for node -3: (Produce(0): 0 to 8 [usable: 8], Fetch(1): 0 to 11 [usable: 11], ListOffsets(2): 0 to 5 [usable: 5], Metadata(3): 0 to 9 [usable: 9], LeaderAndIsr(4): 0 to 4 [usable: 4], StopReplica(5): 0 to 2 [usable: 2], UpdateMetadata(6): 0 to 6 [usable: 6], ControlledShutdown(7): 0 to 3 [usable: 3], OffsetCommit(8): 0 to 8 [usable: 8], OffsetFetch(9): 0 to 6 [usable: 6], FindCoordinator(10): 0 to 3 [usable: 3], JoinGroup(11): 0 to 6 [usable: 6], Heartbeat(12): 0 to 4 [usable: 4], LeaveGroup(13): 0 to 4 [usable: 4], SyncGroup(14): 0 to 4 [usable: 4], DescribeGroups(15): 0 to 5 [usable: 5], ListGroups(16): 0 to 3 [usable: 3], SaslHandshake(17): 0 to 1 [usable: 1], ApiVersions(18): 0 to 3 [usable: 3], CreateTopics(19): 0 to 5 [usable: 5], DeleteTopics(20): 0 to 4 [usable: 4], DeleteRecords(21): 0 to 1 [usable: 1], InitProducerId(22): 0 to 2 [usable: 2], OffsetForLeaderEpoch(23): 0 to 3 [usable: 3], AddPartitionsToTxn(24): 0 to 1 [usable: 1], AddOffsetsToTxn(25): 0 to 1 [usable: 1], EndTxn(26): 0 to 1 [usable: 1], WriteTxnMarkers(27): 0 [usable: 0], TxnOffsetCommit(28): 0 to 2 [usable: 2], DescribeAcls(29): 0 to 1 [usable: 1], CreateAcls(30): 0 to 1 [usable: 1], DeleteAcls(31): 0 to 1 [usable: 1], DescribeConfigs(32): 0 to 2 [usable: 2], AlterConfigs(33): 0 to 1 [usable: 1], AlterReplicaLogDirs(34): 0 to 1 [usable: 1], DescribeLogDirs(35): 0 to 1 [usable: 1], SaslAuthenticate(36): 0 to 1 [usable: 1], CreatePartitions(37): 0 to 1 [usable: 1], CreateDelegationToken(38): 0 to 2 [usable: 2], RenewDelegationToken(39): 0 to 1 [usable: 1], ExpireDelegationToken(40): 0 to 1 [usable: 1], DescribeDelegationToken(41): 0 to 1 [usable: 1], DeleteGroups(42): 0 to 2 [usable: 2], ElectLeaders(43): 0 to 2 [usable: 2], IncrementalAlterConfigs(44): 0 to 1 [usable: 1], AlterPartitionReassignments(45): 0 [usable: 0], ListPartitionReassignments(46): 0 [usable: 0], OffsetDelete(47): 0 [usable: 0])&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly advise&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Roshan&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jun 2021 11:09:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/kafka-commands/m-p/318267#M227426</guid>
      <dc:creator>roshanbi</dc:creator>
      <dc:date>2021-06-11T11:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: kafka commands</title>
      <link>https://community.cloudera.com/t5/Support-Questions/kafka-commands/m-p/318356#M227438</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/81707"&gt;@roshanbi&lt;/a&gt;&amp;nbsp;This seems a connection issue from the broker. You may want to increase "&lt;SPAN&gt;connections.max.idle.ms&lt;/SPAN&gt;" value and try.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See this :&amp;nbsp;&lt;A href="https://community.cloudera.com/t5/Support-Questions/Unable-to-push-any-messages-to-Kafka/td-p/141484" target="_blank"&gt;https://community.cloudera.com/t5/Support-Questions/Unable-to-push-any-messages-to-Kafka/td-p/141484&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I found something related with same : &lt;A href="https://stackoverflow.com/questions/33432027/kafka-error-in-i-o-java-io-eofexception-null" target="_blank" rel="noopener"&gt;https://stackoverflow.com/questions/33432027/kafka-error-in-i-o-java-io-eofexception-null&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 12 Jun 2021 06:59:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/kafka-commands/m-p/318356#M227438</guid>
      <dc:creator>GangWar</dc:creator>
      <dc:date>2021-06-12T06:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: kafka commands</title>
      <link>https://community.cloudera.com/t5/Support-Questions/kafka-commands/m-p/319173#M227705</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/81707"&gt;@roshanbi&lt;/a&gt;,&amp;nbsp;have you resolved your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mark as solution button" style="width: 331px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/5960i4EC112CCAAC11427/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2019-08-06 at 1.54.47 PM.png" alt="Screen Shot 2019-08-06 at 1.54.47 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jun 2021 12:29:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/kafka-commands/m-p/319173#M227705</guid>
      <dc:creator>cjervis</dc:creator>
      <dc:date>2021-06-23T12:29:30Z</dc:date>
    </item>
  </channel>
</rss>

