<?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 Re: Problem kafka producer - WARN clients.NetworkClient: [Producer clientId=console-producer] Bootstrap broker in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Problem-kafka-producer-WARN-clients-NetworkClient-Producer/m-p/347341#M235135</link>
    <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/96163"&gt;@yagoaparecidoti&lt;/a&gt;&amp;nbsp;Has the reply helped resolve 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. Thanks&lt;/P&gt;</description>
    <pubDate>Mon, 11 Jul 2022 18:52:48 GMT</pubDate>
    <dc:creator>DianaTorres</dc:creator>
    <dc:date>2022-07-11T18:52:48Z</dc:date>
    <item>
      <title>Problem kafka producer - WARN clients.NetworkClient: [Producer clientId=console-producer] Bootstrap broker</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Problem-kafka-producer-WARN-clients-NetworkClient-Producer/m-p/347167#M235086</link>
      <description>&lt;P&gt;we are using kafka 2.2.1 in cloudera manager with cdh6.3.2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when we try to run kafka producer:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT size="2"&gt;kafka-console-producer --broker-list ip-172-31-13-30.us-east-2.compute.internal:9092,ip-172-31-12-151.us-east-2.compute.internal:9092,ip-172-31-14-136.us-east-2.compute.internal:9092 --topic test_topic&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;returns the errors:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT size="2"&gt;22/07/08 12:36:16 WARN clients.NetworkClient: [Producer clientId=console-producer] Bootstrap broker ip-172-31-14-136.us-east-2.compute.internal:9092 (id: -3 rack: null) disconnected&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT size="2"&gt;22/07/08 12:36:16 WARN clients.NetworkClient: [Producer clientId=console-producer] Bootstrap broker ip-172-31-12-151.us-east-2.compute.internal:9092 (id: -2 rack: null) disconnected&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT size="2"&gt;22/07/08 12:36:16 WARN clients.NetworkClient: [Producer clientId=console-producer] Bootstrap broker ip-172-31-13-30.us-east-2.compute.internal:9092 (id: -1 rack: null) disconnected&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when we check the logs of kafka brokers there is:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT size="2"&gt;2022-07-08 12:36:17,365 INFO org.apache.kafka.common.network.Selector: [SocketServer brokerId=89] Failed authentication with /172.31.9.160 (Unexpected Kafka request of type METADATA during SASL handshake.)&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT size="2"&gt;2022-07-08 12:34:11,776 INFO org.apache.kafka.common.network.Selector: [SocketServer brokerId=88] Failed authentication with /172.31.9.160 (Unexpected Kafka request of type METADATA during SASL handshake.)&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT size="2"&gt;2022-07-08 12:34:11,505 INFO org.apache.kafka.common.network.Selector: [SocketServer brokerId=90] Failed authentication with /172.31.9.160 (Unexpected Kafka request of type METADATA during SASL handshake.)&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We would like to know why this problem is occurring?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ps: we are managing to list the topics without problem&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2022 15:46:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Problem-kafka-producer-WARN-clients-NetworkClient-Producer/m-p/347167#M235086</guid>
      <dc:creator>yagoaparecidoti</dc:creator>
      <dc:date>2022-07-08T15:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problem kafka producer - WARN clients.NetworkClient: [Producer clientId=console-producer] Bootstrap broker</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Problem-kafka-producer-WARN-clients-NetworkClient-Producer/m-p/347182#M235090</link>
      <description>&lt;P&gt;These errors on the client side usually indicate a security misconfiguration, and based on the broker log messages you sent, I would guess that you have Kerberos enabled for this cluster ("SASL handshake" suggests kerberos is expected). When anything other than PLAINTEXT (no security) is used, you will need to provide a client configuration file specifying the security properties.&lt;/P&gt;&lt;P&gt;Since the specific values of those properties would be dependent on your environment, I'd recommend that you review steps 7 and following in the Kafka Security - Enabling Kerberos Authentication documentation. Here is a link to that section&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.cloudera.com/documentation/enterprise/6/6.3/topics/kafka_security.html#kafka_kerberos" target="_blank"&gt;https://docs.cloudera.com/documentation/enterprise/6/6.3/topics/kafka_security.html#kafka_kerberos&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope that helps!&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jul 2022 18:31:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Problem-kafka-producer-WARN-clients-NetworkClient-Producer/m-p/347182#M235090</guid>
      <dc:creator>bgoerlitz</dc:creator>
      <dc:date>2022-07-08T18:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: Problem kafka producer - WARN clients.NetworkClient: [Producer clientId=console-producer] Bootstrap broker</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Problem-kafka-producer-WARN-clients-NetworkClient-Producer/m-p/347341#M235135</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/96163"&gt;@yagoaparecidoti&lt;/a&gt;&amp;nbsp;Has the reply helped resolve 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. Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jul 2022 18:52:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Problem-kafka-producer-WARN-clients-NetworkClient-Producer/m-p/347341#M235135</guid>
      <dc:creator>DianaTorres</dc:creator>
      <dc:date>2022-07-11T18:52:48Z</dc:date>
    </item>
  </channel>
</rss>

