| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
67 (0.126s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Is there a limitation on the number of simultaneous consumer connections to the same topic - Kafka - [mail # user]
|
|
...Yes. However be aware that starting and stopping processes will cause arebalance of the consumers, so your code may find itself receiving eventsfrom a different partition suddenly (so don't ...
|
|
|
Author: Chris Curtin,
2013-05-13, 13:10
|
|
|
Re: exception report - Kafka - [mail # user]
|
|
...Hmm, that looks a lot like the lost+found directory on a Linux file system.Is your Kafka data directory a mount point that has a lost and founddirectory?On Thu, May 9, 2013 at 12:10 PM, Neha...
|
|
|
Author: Chris Curtin,
2013-05-09, 16:32
|
|
|
Re: a few questions from high level consumer documentation. - Kafka - [mail # user]
|
|
...On Thu, May 9, 2013 at 12:36 AM, Rob Withers wrote:>>> > -----Original Message-----> > From: Chris Curtin [mailto:[EMAIL PROTECTED]]>> > > 1 When you say ...
|
|
|
Author: Chris Curtin,
2013-05-09, 12:28
|
|
|
Re: a few questions from high level consumer documentation. - Kafka - [mail # user]
|
|
...I'll try to answer some, the Kafka team will need to answer the others:On Wed, May 8, 2013 at 12:17 PM, Yu, Libo wrote:> Hi,>> I read this link> https://cwiki.apache.org/KA...
|
|
|
Author: Chris Curtin,
2013-05-08, 16:49
|
|
|
Re: Kafka wiki Documentation conventions - looking for feedback - Kafka - [mail # user]
|
|
...Hi JunI've added #1 and #2.I'll need to think about where to put #3, maybe even adding a 'tips andtricks' section?I've not had to do any encoder/decoders. Can anyone else offer some examplec...
|
|
|
Author: Chris Curtin,
2013-05-01, 19:34
|
|
|
[KAFKA-782] replicas not being displayed in TopicMetadataResponse when replica's Broker is shutdown - Kafka - [issue]
|
|
...Setup- 4 nodes in the cluster- topic has 10 partitions, numbered 0-9 in the output below- configure the cluster so one of the nodes doesn't hold any leader copies of the partition. I did...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-782
Author: Chris Curtin,
2013-05-01, 15:26
|
|
|
Re: Kafka wiki Documentation conventions - looking for feedback - Kafka - [mail # user]
|
|
...I've tested my examples with the new (4/30) release and they work, so I'veupdated the documentation.Thanks,ChrisOn Mon, Apr 29, 2013 at 6:18 PM, Jun Rao wrote:> Thanks. I also updat...
|
|
|
Author: Chris Curtin,
2013-05-01, 13:56
|
|
|
Yammer Metrics not included in 0.8.0? - Kafka - [mail # user]
|
|
...Hi,I pulled 0.8.0 head at 3 pm eastern 4/30, did the sbt update; sbt package;sbt assembly-package-dependency and my code won't compile.It is missing the Yammer Metrics libraries....
|
|
|
Author: Chris Curtin,
2013-04-30, 19:50
|
|
|
FYI: Error when starting broker after 0.8.0 startup - Kafka - [mail # user]
|
|
...Hi,If you get the following errors, check your server.properties file and findall the 'zk.' and change to 'zookeeper.'I know the change was posted yesterday, but here is the error in casesom...
|
|
|
Author: Chris Curtin,
2013-04-30, 19:34
|
|
|
Re: Kafka wiki Documentation conventions - looking for feedback - Kafka - [mail # user]
|
|
...Thanks, I missed that the addition of consumers can cause a re-balance.Thought it was only on Leader changes.I've updated the wording in the example.I'll pull down the beta and test my appli...
|
|
|
Author: Chris Curtin,
2013-04-29, 18:19
|
|
|
|