Re: kafka.common.OffsetOutOfRangeException

2013-11-19 Thread Oleg Ruchovets
-related issue. Philip On Nov 18, 2013, at 11:10 PM, Oleg Ruchovets oruchov...@gmail.com wrote: Hi Philip. It looks like this is our case: https://github.com/nathanmarz/storm-contrib/pull/15 It is interesting that the issue is still open ( after more then 1 year) so I am curious how

kafka.common.OffsetOutOfRangeException

2013-11-18 Thread Oleg Ruchovets
We are working with kafka (0.7.2) + storm. 1) We deployed 1st topology which subscribed on Kafka topic and it is working fine already couple of weeks. 2) Yesterday we deploy 2nd topology which subscribed on the same Kafka topic , but 2nd topology immediately failed with exception: *What

Re: kafka.common.OffsetOutOfRangeException

2013-11-18 Thread Oleg Ruchovets
Kafka for the earliest -- or latest offset (take your pick) -- and then re-issue the fetch using the returned offset. Are you using a separate path in ZK for the second topology? It is of a completely different nature than the first? Philip On Mon, Nov 18, 2013 at 7:40 PM, Oleg Ruchovets

Re: Kafka/Hadoop consumers and producers

2013-08-09 Thread Oleg Ruchovets
Yes , I am definitely interested with such capabilities. We also using kafka 0.7. Guys I already asked , but nobody answer: what community using to consume from kafka to hdfs? My assumption was that if Camus support only Avro it will not be suitable for all , but people transfer from kafka to

Re: reprocessing messages in kafka

2013-08-02 Thread Oleg Ruchovets
is that it only checkpoints the consumer offset after all messages before that offset have been processed successfully. Could you confirm this from the Storm guys? Thanks, Jun On Thu, Aug 1, 2013 at 4:31 AM, Oleg Ruchovets oruchov...@gmail.com wrote: I try to resolve such behavior: suppose

Re: reprocessing messages in kafka

2013-08-01 Thread Oleg Ruchovets
: It is possible to consume the same message more than once with the same consumer. However WHAT you actually do with the message (such as idempotent writes) is the tricker part. Regards Milind On Wed, Jul 31, 2013 at 8:22 AM, Oleg Ruchovets oruchov...@gmail.com wrote: Hi , I just

reprocessing messages in kafka

2013-07-31 Thread Oleg Ruchovets
Hi , I just don't know which mail list is correct to post this question( storm or kafka)? Sorry for cross post. I just read the documentation which describe guaranteed message processing with storm - https://github.com/nathanmarz/storm/wiki/Guaranteeing-message-processing. The question

clean up kafka environmet

2013-07-23 Thread Oleg Ruchovets
Hi All. I have on one machine kafka installation. I needed to move it to another machine and I copied a kafka folder to that machine. when I started kafka in new machine I got such output: [2013-07-23 17:03:29,858] INFO Got user-level KeeperException when processing

Re: clean up kafka environmet

2013-07-23 Thread Oleg Ruchovets
otherwise? Thanks, Jun On Tue, Jul 23, 2013 at 7:46 AM, Oleg Ruchovets oruchov...@gmail.com wrote: Hi All. I have on one machine kafka installation. I needed to move it to another machine and I copied a kafka folder to that machine. when I started kafka in new machine I got

Re: clean up kafka environmet

2013-07-23 Thread Oleg Ruchovets
, Jul 23, 2013 at 11:44 AM, Oleg Ruchovets oruchov...@gmail.comwrote: Hi Jun , I made such tests: *bin/kafka-console-producer.sh --zookeeper localhost:2181 --topic test* This is a message This is another message * bin/kafka-console-consumer.sh --zookeeper

Re: clean up kafka environmet

2013-07-23 Thread Oleg Ruchovets
Narkhede neha.narkh...@gmail.com wrote: If the console producer/consumer works fine, it would be safe to assume the broker is up. Thanks, Neha On Tue, Jul 23, 2013 at 8:44 AM, Oleg Ruchovets oruchov...@gmail.com wrote: Hi Jun , I made such tests: *bin/kafka-console

produce / consume json to kafka

2013-06-23 Thread Oleg Ruchovets
Hi , I need to produce/consume json to/from Kafka. Can you please point me on example how to do it. I am using java and kafka 0.7.2 Thanks Oleg.

Re: More Kafka Benchmarking Goodness

2013-05-23 Thread Oleg Ruchovets
Can you please share Kafka version you've used for the tests? On Thu, May 23, 2013 at 8:57 PM, Jason Weiss jason_we...@rapid7.com wrote: Folks, As I posted to the group here yesterday, my 3 server test in AWS produced an average of 273,132 events per second with a fixed-size 2K message

Re: kafka 0.8 beta release status

2013-04-29 Thread Oleg Ruchovets
Does Kafka 0.8 become official beta? On Mon, Apr 29, 2013 at 8:52 AM, Jun Rao jun...@gmail.com wrote: We have updated the 0.8 documentation in our website ( http://kafka.apache.org/index.html). Please review the docs. We have the following blockers for the 0.8 beta release: additional

kafka -- hadoop question

2013-04-28 Thread Oleg Ruchovets
Hi , I am looking for simple way to transfer from kafka to hadoop. I found such solutions in Github: https://github.com/linkedin/camus https://github.com/miniway/kafka-hadoop-consumer https://github.com/kafka-dev/kafka/tree/master/contrib/hadoop-consumer Question:

Re: kafka -- hadoop question

2013-04-28 Thread Oleg Ruchovets
On Apr 28, 2013 4:30 AM, Oleg Ruchovets oruchov...@gmail.com wrote: Hi , I am looking for simple way to transfer from kafka to hadoop. I found such solutions in Github: https://github.com/linkedin/camus https://github.com/miniway/kafka-hadoop-consumer https

Re: kafka -- hadoop question

2013-04-28 Thread Oleg Ruchovets
Sounds good :-) On Sun, Apr 28, 2013 at 8:24 PM, Neha Narkhede neha.narkh...@gmail.comwrote: You can ask that question on the camus mailing list. Thanks, Neha On Apr 28, 2013 10:14 AM, Oleg Ruchovets oruchov...@gmail.com wrote: Thank you Neha. Is Camus stable enough? Is anybody

Re: one producer and 2 consumers

2013-04-21 Thread Oleg Ruchovets
wrote: Read the design doc on the Kafka site. The short answer is to use two partitions for your topic. Philip On Apr 21, 2013, at 12:37 AM, Oleg Ruchovets oruchov...@gmail.com wrote: Hi, I have one producer for kafka and have 2 consumers. I want to consume produced events to hdfs

Re: one producer and 2 consumers

2013-04-21 Thread Oleg Ruchovets
...@loggly.com wrote: On Sun, Apr 21, 2013 at 8:53 AM, Oleg Ruchovets oruchov...@gmail.com wrote: Hi Philip. Does it mean to store the same data twice - each time to different partition? I tried to save data only one time. Using two partitions means to store data twice? No, I mean

What is the way to produce events from windows OS

2013-04-18 Thread Oleg Ruchovets
Hi . I am working on project: Project has producer which runs on Windows OS (C#) . Consumer is java on Linux. Question: What is the way to write to Kafka from Windows OS? As I understand C# client is legacy. So what is the way to write to Kafka from Windows? Can I use C/C++ client from

Re: simple producer (kafka 0.7.2) exception

2013-04-08 Thread Oleg Ruchovets
:15 AM, Oleg Ruchovets oruchov...@gmail.com wrote: try to execute kafka 0.7.2 and got such exception: log4j:WARN No appenders could be found for logger (org.I0Itec.zkclient.ZkConnection). log4j:WARN Please initialize the log4j system properly. Exception in thread main

Re: .net (c#) kafka client

2013-04-04 Thread Oleg Ruchovets
it would be super hard to write a basic one (that doesn't require zookeeper for example). C# has a lot of great features that would make it great for a solid kafka client. On Wed, Apr 3, 2013 at 3:58 PM, Oleg Ruchovets oruchov...@gmail.com wrote: Yes , I agree. So there is no way to use C

public maven repository for Kafka

2013-04-04 Thread Oleg Ruchovets
Hi , Is there public repository for Kafka distribution? Thanks Oleg.

Re: public maven repository for Kafka

2013-04-04 Thread Oleg Ruchovets
Thanks Jun , When does 0.8 have to be released? Also I didn't find API for 0.8 version? Is there a link to it? Thanks Oleg. On Thu, Apr 4, 2013 at 5:26 PM, Jun Rao jun...@gmail.com wrote: Not yet, but will be for the 0.8 release. Thanks, Jun On Thu, Apr 4, 2013 at 5:29 AM, Oleg

Re: public maven repository for Kafka

2013-04-04 Thread Oleg Ruchovets
the JIRA dependencies. Website and docs will be updated as part of that. https://issues.apache.org/jira/browse/KAFKA-833 Thanks, Neha On Thu, Apr 4, 2013 at 7:45 AM, Oleg Ruchovets oruchov...@gmail.com wrote: Thanks Jun , When does 0.8 have to be released? Also I didn't find API for 0.8

installation Kafka to existing hadoop environment

2013-04-03 Thread Oleg Ruchovets
Hi , I want to install it to the existing hadoop environment. I want to read data from Kafka and put it to HDFS. I use a Hortonworks distributions. Questions: I didn't find any guide how to install Kafka ( I read quick start http://kafka.apache.org/quickstart.html). Do I only need

.net (c#) kafka client

2013-04-03 Thread Oleg Ruchovets
Hi , Is there a stable C# client for Kafka? Is there a rest API for Kafka? Thanks Oleg.

Re: .net (c#) kafka client

2013-04-03 Thread Oleg Ruchovets
as well: KAFKA-639 Joel On Wed, Apr 3, 2013 at 9:46 AM, Oleg Ruchovets oruchov...@gmail.com wrote: Hi , Is there a stable C# client for Kafka? Is there a rest API for Kafka? Thanks Oleg.

Re: .net (c#) kafka client

2013-04-03 Thread Oleg Ruchovets
or Scala so you can then use the official clients? -David On 4/3/13 3:22 PM, Oleg Ruchovets wrote: I see , Is it a good Idea to use Node.js client? C# will produce messages to Node.js and Node.js will push it to the Kafka? Is there potential problem with such aproach? Thanks Oleg