| clear query|facets|time |
Search criteria: .
Results from 71 to 80 from
730 (0.143s).
|
|
|
Loading phrases to help you refine your search...
|
|
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
|
|
|
Re: Is the information at https://cwiki.apache.org/confluence/display/KAFKA/Operations up to date ? - Kafka - [mail # user]
|
|
...The reason is the console consumer deletes the previous state informationfrom zookeeper when given the from-beginning option. So effectively onlythe 2nd consumer instance is alive. You can r...
|
|
|
Author: Neha Narkhede,
2013-04-19, 14:32
|
|
|
Re: How to create the initial zookeeper chroot path for zk.connect? - Kafka - [mail # user]
|
|
...That is odd. Is it reproducible ?On Wed, Apr 17, 2013 at 8:03 PM, Ryan Chan wrote:> Hi,>> Yes, I can see the new path exists by using the command "ls /">>>> On Thu...
|
|
|
Author: Neha Narkhede,
2013-04-18, 21:32
|
|
|
Re: producer creating multiple log files after message sending - Kafka - [mail # user]
|
|
...There is no way to merge those log files in 0.8. But why would you want todo that ? To reduce the number of open file handles ?Thanks,NehaOn Thursday, April 18, 2013, Jason Huang wrote:> ...
|
|
|
Author: Neha Narkhede,
2013-04-18, 15:26
|
|
|
[KAFKA-826] Make Kafka 0.8 depend on metrics 2.2.0 instead of 3.x - Kafka - [issue]
|
|
...In order to mavenize Kafka 0.8, we have to depend on metrics 2.2.0 since metrics 3.x is a huge change as well as not an officially supported release....
|
|
|
http://issues.apache.org/jira/browse/KAFKA-826
Author: Neha Narkhede,
2013-04-18, 05:20
|
|
|
Re: How to create the initial zookeeper chroot path for zk.connect? - Kafka - [mail # user]
|
|
...After creating the path, did you get a chance to confirm that it gotcreated correctly ?Thanks,NehaOn Wed, Apr 17, 2013 at 9:30 AM, Ryan Chan wrote:> Sorry as I am new to Kafka/ZK, b...
|
|
|
Author: Neha Narkhede,
2013-04-17, 17:30
|
|
|
Re: no logs received when a broker restart after clearing its logs - Kafka - [mail # user]
|
|
...This issue doesn't exist in 0.8 since we got rid of the zookeeperbased producer altogether.ThanksNehaOn Wed, Apr 17, 2013 at 10:12 AM, Jason Rosenberg wrote:> Will this issue be fix...
|
|
|
Author: Neha Narkhede,
2013-04-17, 17:29
|
|
|
Re: producer creating multiple log files after message sending - Kafka - [mail # user]
|
|
...Hi Snehalata,Would you grep through the log4j files for the topic underconsideration and look for "Rolling.*due to". This will tell us whythe log is getting rolled over.Thanks,NehaOn Wed, Ap...
|
|
|
Author: Neha Narkhede,
2013-04-17, 15:38
|
|
|
|