<?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: Error publishing a message after upgrading kafka parcel in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-publishing-a-message-after-upgrading-kafka-parcel/m-p/63937#M20116</link>
    <description>&lt;P&gt;If you have kafka version - 0.10.2, then adding only the 'listeners' is not enough and 'advertised.listeners' should also be added to the safety valve values for 'kafka.properties'. This is more of a requirement when we set the ip address as '0.0.0.0'. The advertised.listeners value would have the exact ip/hostname:port value.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This information is clearly mentioned at - &lt;A href="http://kafka.apache.org/documentation.html#security_configbroker" target="_blank"&gt;http://kafka.apache.org/documentation.html#security_configbroker&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 23 Jan 2018 19:55:38 GMT</pubDate>
    <dc:creator>clouderakruzer</dc:creator>
    <dc:date>2018-01-23T19:55:38Z</dc:date>
    <item>
      <title>Error publishing a message after upgrading kafka parcel</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-publishing-a-message-after-upgrading-kafka-parcel/m-p/37640#M20112</link>
      <description>&lt;P&gt;Aftre upgrading kafka parcel from "&lt;SPAN&gt;0.8.2.0-1.kafka1.4.0.p0.56" to "&lt;SPAN&gt;2.0.0-1.kafka2.0.0.p0.12&lt;/SPAN&gt;".&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Running into an issue were by publishing message on to topic fails.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;A simple test using kafka-console-producer fails withe error &amp;nbsp;message&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;Error when sending message to topic TESTTOPIC with key: null, value: 9 bytes with error: Failed to update metadata after 60000 ms. (org.apache.kafka.clients.producer.internals.ErrorLoggingCallback)&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;Please advise.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 10:04:44 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-publishing-a-message-after-upgrading-kafka-parcel/m-p/37640#M20112</guid>
      <dc:creator>Bhairav</dc:creator>
      <dc:date>2022-09-16T10:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: Error publishing a message after upgrading kafka parcel</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-publishing-a-message-after-upgrading-kafka-parcel/m-p/37652#M20113</link>
      <description>&lt;P&gt;Figured out that I had to change a setting in server.properties&lt;/P&gt;&lt;PRE&gt;listeners=PLAINTEXT://hostname:9092&lt;/PRE&gt;&lt;P&gt;to&lt;/P&gt;&lt;PRE&gt;listeners=PLAINTEXT://0.0.0.0:9092&lt;/PRE&gt;&lt;P&gt;and everything seemed to work fine now.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2016 02:35:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-publishing-a-message-after-upgrading-kafka-parcel/m-p/37652#M20113</guid>
      <dc:creator>Bhairav</dc:creator>
      <dc:date>2016-02-19T02:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: Error publishing a message after upgrading kafka parcel</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-publishing-a-message-after-upgrading-kafka-parcel/m-p/40743#M20114</link>
      <description>&lt;P&gt;Hi Bhairav,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've recently started using Cloudera Enterprise. I was wondering how you were able to solve the kafka issue. I'm still having trouble solving this issue because I don't know where the server.properties file is located.&lt;/P&gt;&lt;P&gt;Or where I can find the "listeners" property in cloudera manager. I tried checking kafka's configuration tab but didn't find this setting.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;A href="https://community.cloudera.com/t5/Cloudera-Manager-Installation/Error-publishing-a-message-after-upgrading-kafka-parcel/td-p/37640" target="_blank"&gt;https://community.cloudera.com/t5/Cloudera-Manager-Installation/Error-publishing-a-message-after-upgrading-kafka-parcel/td-p/37640&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2016 21:41:41 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-publishing-a-message-after-upgrading-kafka-parcel/m-p/40743#M20114</guid>
      <dc:creator>obesechicken13</dc:creator>
      <dc:date>2016-05-11T21:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: Error publishing a message after upgrading kafka parcel</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-publishing-a-message-after-upgrading-kafka-parcel/m-p/43370#M20115</link>
      <description>&lt;P&gt;in cloudera manager it is kafka.properties .&lt;/P&gt;&lt;P&gt;you can update values in borker configuration ==&amp;gt; advanced ==&amp;gt; Kafka broker Advanced Configuration Snippet (Safety Valve) for kafka.properties&amp;nbsp;&lt;/P&gt;&lt;P&gt;and restart&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jul 2016 19:05:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-publishing-a-message-after-upgrading-kafka-parcel/m-p/43370#M20115</guid>
      <dc:creator>MSharma</dc:creator>
      <dc:date>2016-07-29T19:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: Error publishing a message after upgrading kafka parcel</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-publishing-a-message-after-upgrading-kafka-parcel/m-p/63937#M20116</link>
      <description>&lt;P&gt;If you have kafka version - 0.10.2, then adding only the 'listeners' is not enough and 'advertised.listeners' should also be added to the safety valve values for 'kafka.properties'. This is more of a requirement when we set the ip address as '0.0.0.0'. The advertised.listeners value would have the exact ip/hostname:port value.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This information is clearly mentioned at - &lt;A href="http://kafka.apache.org/documentation.html#security_configbroker" target="_blank"&gt;http://kafka.apache.org/documentation.html#security_configbroker&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jan 2018 19:55:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Error-publishing-a-message-after-upgrading-kafka-parcel/m-p/63937#M20116</guid>
      <dc:creator>clouderakruzer</dc:creator>
      <dc:date>2018-01-23T19:55:38Z</dc:date>
    </item>
  </channel>
</rss>

