| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
34 (0.173s).
|
|
|
Loading phrases to help you refine your search...
|
|
Message size issue - Kafka - [mail # user]
|
|
...Hi,I am getting an exception while working with a text file.kafka.common.MessageSizeTooLargeException: payload size of 1839314 largerthan 1000000atkafka.message.ByteBufferMessageSet.verifyMe...
|
|
|
Author: navneet sharma,
2013-04-19, 06:18
|
|
|
Re: Non-blocking Kafka stream iterators - Kafka - [mail # user]
|
|
...Is there any property to make consumer work for lets say only 10 mins (iesome kind of timer)So, i want to close the consumer after 10 mins reading from broker..Thanks,Navneet SharmaOn Mon, J...
|
|
|
Author: navneet sharma,
2013-01-21, 07:03
|
|
|
Re: hadoop-consumer code in contrib package - Kafka - [mail # user]
|
|
...That makes sense.I tried an alternate approach- i am using high level consumer and goingthrough Hadoop HDFS APIs and pushing data in HDFS.I am not creating any jobs for that.The only problem...
|
|
|
Author: navneet sharma,
2013-01-17, 14:21
|
|
|
Re: hadoop-consumer code in contrib package - Kafka - [mail # user]
|
|
...Thanks Felix.One question still remains. Why SimpleConsumer?Why not high level Consumer? If i change the code to high level consumer,will it create any challenges?NavneetOn Tue, Jan 15, 2013...
|
|
|
Author: navneet sharma,
2013-01-17, 00:41
|
|
|
Re: hadoop-consumer code in contrib package - Kafka - [mail # user]
|
|
...Thanks Felix for sharing your work. Contrib hadoop-consumer looks like thesame way.I think i need to really understand this offset stuff. So far i have usedonly high level consumer.When cons...
|
|
|
Author: navneet sharma,
2013-01-15, 17:06
|
|
|
Re: SyncProducer vs Producer - Kafka - [mail # user]
|
|
...If that is the case:"Producer is actually the client api that everyoneshould be using."Then why contrib/hadoop-consumer is using SynProducer. Can i modify thecode to use Producer?Will it hav...
|
|
|
Author: navneet sharma,
2013-01-15, 07:50
|
|
|
hadoop-consumer code in contrib package - Kafka - [mail # user]
|
|
...Hi,I am trying to use the code supplied in hadoop-consumer package. I amrunning into following issues:1) This code is using SimpleConsumer which is actually contacting KafkaBroker without Zo...
|
|
|
Author: navneet sharma,
2013-01-14, 18:35
|
|
|
SyncProducer vs Producer - Kafka - [mail # user]
|
|
...Hi,I am not able to understand difference betweenkafka.javaapi.producer.Producer and kafka.javaapi.producer.SyncProducer.Its become even more confusing since Producer expects Generics statin...
|
|
|
Author: navneet sharma,
2013-01-14, 18:27
|
|
|
Re: Sending any other object (instead of Message) - Kafka - [mail # user]
|
|
...hi Jun, is there any example to follow? I tried your suggestion but looks like i am missing something.. Thanks, Navneet Sharma On Thu, Jun 21, 2012 at 1:56 AM, Jun Rao &nbs...
|
|
|
Author: navneet sharma,
2012-06-28, 09:39
|
|
|
Sending any other object (instead of Message) - Kafka - [mail # user]
|
|
...Hello, I am following this group from quite some time. Recently i tried sending my customized object from producer instead of String. I was successful in that by providing a way ...
|
|
|
Author: navneet sharma,
2012-06-20, 19:25
|
|
|
|