| clear query|facets|time |
Search criteria: .
Results from 71 to 80 from
737 (0.146s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: seeing poor consumer performance in 0.7.2 - Kafka - [mail # user]
|
|
...Some of the reasons a consumer is slow are -1. Small fetch size2. Expensive message processingAre you processing the received messages in the consumer ? Have youtried running console consume...
|
|
|
Author: Neha Narkhede,
2013-04-21, 15:50
|
|
|
Re: How to create the initial zookeeper chroot path for zk.connect? - Kafka - [mail # user]
|
|
...Please file a bug and mention the Kafka and zookeeper versions used for thetest.Thanks,NehaOn Saturday, April 20, 2013, Ryan Chan wrote:> Hello,>> Tried, still the same...>>&g...
|
|
|
Author: Neha Narkhede,
2013-04-20, 16:03
|
|
|
Re: kafka.javaapi.producer.SyncProducer Confusion - Kafka - [mail # user]
|
|
...>> There must be some way I can extend/hack/fork into the Producer in the async background thread in version 0.8 (and not wait until 0.9 is released). For example in 0.7, it looked lik...
|
|
|
Author: Neha Narkhede,
2013-04-20, 05:09
|
|
|
Re: Consumers vs Partitions - Kafka - [mail # user]
|
|
...Yes, same for 0.8.Thanks,NehaOn Fri, Apr 19, 2013 at 9:21 PM, Joseph Crotty wrote:> Neha,>> Does that hold true for both .7.x and .8?>> Joe>>> On Fri, Apr 19, 2...
|
|
|
Author: Neha Narkhede,
2013-04-20, 05:04
|
|
|
Re: How to create the initial zookeeper chroot path for zk.connect? - Kafka - [mail # user]
|
|
...Hmm, so if you use all 3 zookeeper servers will creating and readingthe node, do you still see the problem ?zkCli.sh -server zookeeper1:2181,zookeeper2:2181,zookeeper3:2181create /testkafkal...
|
|
|
Author: Neha Narkhede,
2013-04-20, 05:03
|
|
|
Re: kafka messages out of order - Kafka - [mail # dev]
|
|
...I see, can you share more details of your verification ? Do you printthe messages sent by the producer and then compare that to themessages printed on the consumer side ?Thanks,NehaOn Fri, A...
|
|
|
Author: Neha Narkhede,
2013-04-20, 05:01
|
|
|
Re: Consumers vs Partitions - Kafka - [mail # user]
|
|
...sum of all partitions across multiple brokers, so 20.Thanks,NehaOn Fri, Apr 19, 2013 at 2:56 PM, Michael Golowka wrote:> Is the number of partitions calculated based on an individual...
|
|
|
Author: Neha Narkhede,
2013-04-19, 22:04
|
|
|
Re: Consumers vs Partitions - Kafka - [mail # user]
|
|
...That is correct, you cannot have more active consumers than the total# of partitions.Thanks,NehaOn Fri, Apr 19, 2013 at 2:30 PM, Michael Golowka wrote:> What is the relationship betw...
|
|
|
Author: Neha Narkhede,
2013-04-19, 21:53
|
|
|
Re: kafka.javaapi.producer.SyncProducer Confusion - Kafka - [mail # user]
|
|
...In 0.8, the producer API does not have callbacks to notify you of thestatus of the messages. However, I think we want to rethink the clientAPIs for 0.9. Let us know if you have feedback.Than...
|
|
|
Author: Neha Narkhede,
2013-04-19, 16:21
|
|
|
Re: How to create the initial zookeeper chroot path for zk.connect? - Kafka - [mail # user]
|
|
...I'm pretty sure the issue is that those 3 zookeepers are not part ofthe same quorum. Try following the quickstart for starting up a localzookeeper instance or followhttp://zookeeper.apache.o...
|
|
|
Author: Neha Narkhede,
2013-04-19, 16:08
|
|
|
|