<?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: Issue in connecting Kafka from outside Sandbox in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Issue-in-connecting-Kafka-from-outside-Sandbox/m-p/94315#M57737</link>
    <description>&lt;P&gt;I don't see where you specified the topic to which you want to send your message. Ensure you are setting the following Kafka property and that the topic has been created in Kafka. Other than that, everything else looks good.&lt;/P&gt;&lt;PRE&gt;kafka.topic=yourTopicName&lt;/PRE&gt;</description>
    <pubDate>Sat, 26 Sep 2015 02:05:12 GMT</pubDate>
    <dc:creator>rtempleton</dc:creator>
    <dc:date>2015-09-26T02:05:12Z</dc:date>
    <item>
      <title>Issue in connecting Kafka from outside Sandbox</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Issue-in-connecting-Kafka-from-outside-Sandbox/m-p/94314#M57736</link>
      <description>&lt;P&gt;I am using hortonwork Sandbox for kafka server trying to connect kafka from eclipse with java code . Use this configuration to connect to producer to send the message&lt;/P&gt;&lt;PRE&gt;metadata.broker.list=sandbox.hortonworks.com:45000
serializer.class=kafka.serializer.DefaultEncoder
zk.connect=sandbox.hortonworks.com:2181
request.required.acks=0
producer.type=sync
&lt;/PRE&gt;
&lt;P&gt;where sandbox.hortonworks.com is sandboxname to whom i connect&lt;/P&gt;&lt;P&gt;in kafka server.properties I changed this configuration&lt;/P&gt;&lt;PRE&gt;host.name=sandbox.hortonworks.com

advertised.host.name=System IP(on which my eclipse is running)
advertised.port=45000
&lt;/PRE&gt;
&lt;P&gt;did the port forwarding also , &lt;/P&gt;&lt;P&gt;I am able to connect to kafka server from eclipse but while sending the message get the exception Exception"Failed to send messages after 3 tries."&lt;/P&gt;</description>
      <pubDate>Sat, 26 Sep 2015 01:49:42 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Issue-in-connecting-Kafka-from-outside-Sandbox/m-p/94314#M57736</guid>
      <dc:creator>ssen</dc:creator>
      <dc:date>2015-09-26T01:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in connecting Kafka from outside Sandbox</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Issue-in-connecting-Kafka-from-outside-Sandbox/m-p/94315#M57737</link>
      <description>&lt;P&gt;I don't see where you specified the topic to which you want to send your message. Ensure you are setting the following Kafka property and that the topic has been created in Kafka. Other than that, everything else looks good.&lt;/P&gt;&lt;PRE&gt;kafka.topic=yourTopicName&lt;/PRE&gt;</description>
      <pubDate>Sat, 26 Sep 2015 02:05:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Issue-in-connecting-Kafka-from-outside-Sandbox/m-p/94315#M57737</guid>
      <dc:creator>rtempleton</dc:creator>
      <dc:date>2015-09-26T02:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: Issue in connecting Kafka from outside Sandbox</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Issue-in-connecting-Kafka-from-outside-Sandbox/m-p/94316#M57738</link>
      <description>&lt;P&gt;Kafka installed by ambari uses host.name=FQDN of the host. This causes kafka to bind on hostname only. Did you try adding sandbox.hortonworks.com along with ip to /etc/hosts on your desktop.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2015 07:28:44 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Issue-in-connecting-Kafka-from-outside-Sandbox/m-p/94316#M57738</guid>
      <dc:creator>schintalapani</dc:creator>
      <dc:date>2015-09-29T07:28:44Z</dc:date>
    </item>
  </channel>
</rss>

