<?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: &amp;quot;ForceFromStart&amp;quot; option in Storm-Kafka 1.0 in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/quot-ForceFromStart-quot-option-in-Storm-Kafka-1-0/m-p/142968#M105561</link>
    <description>&lt;P&gt;Yes, it work, we can close the thread. Thanks again&lt;/P&gt;</description>
    <pubDate>Fri, 09 Sep 2016 22:57:32 GMT</pubDate>
    <dc:creator>maldarizzi</dc:creator>
    <dc:date>2016-09-09T22:57:32Z</dc:date>
    <item>
      <title>"ForceFromStart" option in Storm-Kafka 1.0</title>
      <link>https://community.cloudera.com/t5/Support-Questions/quot-ForceFromStart-quot-option-in-Storm-Kafka-1-0/m-p/142961#M105554</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;We have upgraded our environment from HDP 2.3.4 to HDP 2.4 and so review Storm topologies in order to use 1.0.1 version and new features. In old version, storm-kafka library (0.9.2) included the option "forceFromStart" in SpoutConfig that restore data from beginning (if set to true) or get only current value (if set to false) by kafka. &lt;/P&gt;&lt;P&gt;In last version the option is removed and I see that the spout get always data from beginning. &lt;/P&gt;&lt;P&gt;How we can replace the functionality in new version? I mean, I want get only the current value from spout, how I can proceed to do it?&lt;/P&gt;&lt;P&gt;Thanks in advance,
Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 08 Sep 2016 22:38:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/quot-ForceFromStart-quot-option-in-Storm-Kafka-1-0/m-p/142961#M105554</guid>
      <dc:creator>maldarizzi</dc:creator>
      <dc:date>2016-09-08T22:38:08Z</dc:date>
    </item>
    <item>
      <title>Re: "ForceFromStart" option in Storm-Kafka 1.0</title>
      <link>https://community.cloudera.com/t5/Support-Questions/quot-ForceFromStart-quot-option-in-Storm-Kafka-1-0/m-p/142962#M105555</link>
      <description>&lt;P&gt;Storm 1.0.1 is only available in HDP 2.5 so I'm wondering whether you have issues with dependencies. according to the latest documentation for 2.5 forceFeomStart is still there and defaults to false. &lt;A href="http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.5.0/bk_storm-component-guide/content/storm-kafkaspout-config-core.html" target="_blank"&gt;http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.5.0/bk_storm-component-guide/content/storm-kafkaspout-config-core.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2016 09:13:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/quot-ForceFromStart-quot-option-in-Storm-Kafka-1-0/m-p/142962#M105555</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-09-09T09:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: "ForceFromStart" option in Storm-Kafka 1.0</title>
      <link>https://community.cloudera.com/t5/Support-Questions/quot-ForceFromStart-quot-option-in-Storm-Kafka-1-0/m-p/142963#M105556</link>
      <description>&lt;P&gt;Thank you Artem! Yes, I'm working with 2.5, I was wrong to write above... &lt;/P&gt;&lt;P&gt;The dependencies are ok but the KafkaConfig don't have 
"forceFromStart" properties. In fact, I've checked the KafkaConfig 
sources and it's missing, please see &lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/apache/storm/blob/master/external/storm-kafka/src/jvm/org/apache/storm/kafka/KafkaConfig.java"&gt;https://github.com/apache/storm/blob/master/external/storm-kafka/src/jvm/org/apache/storm/kafka/KafkaConfig.java&lt;/A&gt;&lt;/P&gt;&lt;P&gt;So, it could be a refuse in documentation. In this case, how I can use this properties if it is not present in kafkaConfig?&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2016 15:13:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/quot-ForceFromStart-quot-option-in-Storm-Kafka-1-0/m-p/142963#M105556</guid>
      <dc:creator>maldarizzi</dc:creator>
      <dc:date>2016-09-09T15:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: "ForceFromStart" option in Storm-Kafka 1.0</title>
      <link>https://community.cloudera.com/t5/Support-Questions/quot-ForceFromStart-quot-option-in-Storm-Kafka-1-0/m-p/142964#M105557</link>
      <description>&lt;P&gt;I will follow up with engineering on this but for now, can you try the following&lt;/P&gt;&lt;PRE&gt;kafka.api.OffsetRequest.LatestTime() 
&lt;/PRE&gt;&lt;P&gt;that should only grab latest messages&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2016 21:26:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/quot-ForceFromStart-quot-option-in-Storm-Kafka-1-0/m-p/142964#M105557</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-09-09T21:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: "ForceFromStart" option in Storm-Kafka 1.0</title>
      <link>https://community.cloudera.com/t5/Support-Questions/quot-ForceFromStart-quot-option-in-Storm-Kafka-1-0/m-p/142965#M105558</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/1399/maldarizzi.html" nodeid="1399"&gt;@Giuseppe Maldarizzi&lt;/A&gt;&lt;P&gt;looks like you're correct, forceFromStart is removed from Storm in favor of EarliestTime/LatestTime, it is a problem with documentation, I will speak to docs team to remove that and replace with correct info. The associated JIRAs are &lt;A href="https://issues.apache.org/jira/browse/STORM-563" target="_blank"&gt;https://issues.apache.org/jira/browse/STORM-563&lt;/A&gt; and STORM-650&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2016 21:33:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/quot-ForceFromStart-quot-option-in-Storm-Kafka-1-0/m-p/142965#M105558</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-09-09T21:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: "ForceFromStart" option in Storm-Kafka 1.0</title>
      <link>https://community.cloudera.com/t5/Support-Questions/quot-ForceFromStart-quot-option-in-Storm-Kafka-1-0/m-p/142966#M105559</link>
      <description>&lt;P&gt;Thanks you Artem for clarification, I will proceed using new approach.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2016 22:31:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/quot-ForceFromStart-quot-option-in-Storm-Kafka-1-0/m-p/142966#M105559</guid>
      <dc:creator>maldarizzi</dc:creator>
      <dc:date>2016-09-09T22:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: "ForceFromStart" option in Storm-Kafka 1.0</title>
      <link>https://community.cloudera.com/t5/Support-Questions/quot-ForceFromStart-quot-option-in-Storm-Kafka-1-0/m-p/142967#M105560</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1399/maldarizzi.html" nodeid="1399"&gt;@Giuseppe Maldarizzi&lt;/A&gt; once you confirm it works, please accept the answer to close the thread.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2016 22:55:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/quot-ForceFromStart-quot-option-in-Storm-Kafka-1-0/m-p/142967#M105560</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-09-09T22:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: "ForceFromStart" option in Storm-Kafka 1.0</title>
      <link>https://community.cloudera.com/t5/Support-Questions/quot-ForceFromStart-quot-option-in-Storm-Kafka-1-0/m-p/142968#M105561</link>
      <description>&lt;P&gt;Yes, it work, we can close the thread. Thanks again&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2016 22:57:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/quot-ForceFromStart-quot-option-in-Storm-Kafka-1-0/m-p/142968#M105561</guid>
      <dc:creator>maldarizzi</dc:creator>
      <dc:date>2016-09-09T22:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: "ForceFromStart" option in Storm-Kafka 1.0</title>
      <link>https://community.cloudera.com/t5/Support-Questions/quot-ForceFromStart-quot-option-in-Storm-Kafka-1-0/m-p/142969#M105562</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1399/maldarizzi.html" nodeid="1399"&gt;@Giuseppe Maldarizzi&lt;/A&gt; just heard back from engineering, also please look at ignoreZKOffsets parameter in place of forceFromStart, documentation will be updated. &lt;A href="https://github.com/apache/storm/tree/master/external/storm-kafka#how-kafkaspout-stores-offsets-of-a-kafka-topic-and-recovers-in-case-of-failures" target="_blank"&gt;https://github.com/apache/storm/tree/master/external/storm-kafka#how-kafkaspout-stores-offsets-of-a-kafka-topic-and-recovers-in-case-of-failures&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Sep 2016 00:25:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/quot-ForceFromStart-quot-option-in-Storm-Kafka-1-0/m-p/142969#M105562</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-09-10T00:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: "ForceFromStart" option in Storm-Kafka 1.0</title>
      <link>https://community.cloudera.com/t5/Support-Questions/quot-ForceFromStart-quot-option-in-Storm-Kafka-1-0/m-p/142970#M105563</link>
      <description>&lt;P&gt;Perfect, I will try it. Thank you again&lt;/P&gt;</description>
      <pubDate>Mon, 12 Sep 2016 14:44:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/quot-ForceFromStart-quot-option-in-Storm-Kafka-1-0/m-p/142970#M105563</guid>
      <dc:creator>maldarizzi</dc:creator>
      <dc:date>2016-09-12T14:44:15Z</dc:date>
    </item>
  </channel>
</rss>

