| clear query|facets|time |
Search criteria: .
Results from 101 to 110 from
750 (3.264s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Question about Partitions not receive equal number messages - Kafka - [mail # user]
|
|
...I suspect each of the threads are not assigned equal number of messages tosend. I don't think it matter whether you use one producer or more as longas you distribute work amongst those threa...
|
|
|
Author: Neha Narkhede,
2013-04-17, 13:30
|
|
|
Re: no logs received when a broker restart after clearing its logs - Kafka - [mail # user]
|
|
...Can you check if you are hitting thishttps://issues.apache.org/jira/browse/KAFKA-278 ?Thanks,NehaOn Wednesday, April 17, 2013, Helin Xiang wrote:> Hi, we are using kafka 0.7.2>> We ...
|
|
|
Author: Neha Narkhede,
2013-04-17, 13:25
|
|
|
Re: ZK Exceptions - Kafka - [mail # user]
|
|
...These errors suggest that you maybe hitting the maxConnections limiton your zookeeper cluster. This limits the # of concurrent connectionsto zookeeper from a single host. These errors have n...
|
|
|
Author: Neha Narkhede,
2013-04-16, 18:19
|
|
|
Re: interesting paper on log replication - Kafka - [mail # dev]
|
|
...More notable differences from Kafka as far as log replication protocolis concerned -- Raft considers log entries as committed as soon as it isacknowledged by a majority of the servers in a c...
|
|
|
Author: Neha Narkhede,
2013-04-16, 18:14
|
|
|
Re: Not balancing across multiple brokers - Kafka - [mail # user]
|
|
...Tom,I think you maybe hittinghttps://issues.apache.org/jira/browse/KAFKA-278. A workaround is tocreate the topic-partition directories on the newly added broker andrestart the broker. After ...
|
|
|
Author: Neha Narkhede,
2013-04-16, 16:10
|
|
|
Re: Consume starting at the next incoming message - Kafka - [mail # user]
|
|
...If you are using ZookeeperConsumerConnector, you can delete yourconsumers state from zookeeper (/consumers/) andthen restart the consumer with the auto.offset.reset option set to"largest"Tha...
|
|
|
Author: Neha Narkhede,
2013-04-16, 00:12
|
|
|
Re: Process for accepting code contribution - Kafka - [mail # user]
|
|
...Hi Jamie,Here are the steps and guidelines for contributing to Kafka -http://kafka.apache.org/contributing.htmlPlease let us know how we can improve those.Thanks,NehaOn Mon, Apr 15, 2013 at ...
|
|
|
Author: Neha Narkhede,
2013-04-16, 00:09
|
|
|
Re: Not balancing across multiple brokers - Kafka - [mail # user]
|
|
...Do you use a VIP or zookeeper for producer side load balancing ? Inother words, what are the values you override for "broker.list" and"zk.connect" in the producer config ?Thanks,NehaOn Fri, ...
|
|
|
Author: Neha Narkhede,
2013-04-12, 21:32
|
|
|
Re: Broker to consumer compression - Kafka - [mail # user]
|
|
...That is not available for performance reasons. Broker uses zero-copyto transfer data from disk to the network on the consumer side. If wepost process data already written to disk before send...
|
|
|
Author: Neha Narkhede,
2013-04-12, 21:32
|
|
|
Re: Broker to consumer compression - Kafka - [mail # user]
|
|
...Kafka already supports end-to-end compression which means datatransfer between brokers and consumers is compressed. There are twosupported compression codecs - GZIP and Snappy. The latter is...
|
|
|
Author: Neha Narkhede,
2013-04-12, 19:25
|
|
|
|