| clear query|facets|time |
Search criteria: .
Results from 21 to 30 from
1164 (4.49s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: key used by producer - Kafka - [mail # user]
|
|
...Note that the key is provided by the application. Kafka itself makes noeffort to make sure messages are in key order.Thanks,JunOn Mon, May 13, 2013 at 8:34 AM, Yu, Libo wrote:> Than...
|
|
|
Author: Jun Rao,
2013-05-13, 16:27
|
|
|
Re: Is there a limitation on the number of simultaneous consumer connections to the same topic - Kafka - [mail # user]
|
|
...The only limit is #4 in http://kafka.apache.org/faq.htmlThanks,JunOn Mon, May 13, 2013 at 3:15 AM, Ming Li wrote:> Hi,>> Does Kafka have a limitation on the simultaneous conne...
|
|
|
Author: Jun Rao,
2013-05-13, 15:12
|
|
|
Re: Developer setup - Kafka - [mail # dev]
|
|
...Andrea,Thanks. The unit test failure that you saw is transient.JunOn Fri, May 10, 2013 at 9:56 AM, Andrea Gazzarini <[EMAIL PROTECTED]> wrote:> Hi all,> I changed the "Developer ...
|
|
|
Author: Jun Rao,
2013-05-11, 05:01
|
|
|
Re: [0.8] exception running on windows when attempting to send to an uncreated topic - Kafka - [mail # user]
|
|
...It seems this is because we hardcoded "/" in HighwaterMarkCheckpoint. Couldyou file a jira? val name = path + "/" + HighwaterMarkCheckpoint.highWatermarkFileNameThanks,JunOn Fri, ...
|
|
|
Author: Jun Rao,
2013-05-11, 04:54
|
|
|
Re: [0.8] exception running on windows when attempting to send to an uncreated topic - Kafka - [mail # user]
|
|
...Did you see my last comment inhttps://issues.apache.org/jira/browse/KAFKA-876 ?Thanks,JunOn Thu, May 9, 2013 at 11:27 PM, Rob Withers wrote:> Thanks, Jun. Adding that jar got me fur...
|
|
|
Author: Jun Rao,
2013-05-10, 15:58
|
|
|
Re: can the replication factor for a topic be changed after it's created? - Kafka - [mail # user]
|
|
...Yes, your are right.Thanks,JunOn Thu, May 9, 2013 at 9:07 AM, Neha Narkhede wrote:> Jun, the question is whether or not you can increase the replication factor> of a partition through ...
|
|
|
Author: Jun Rao,
2013-05-09, 16:21
|
|
|
Re: 0.8 beta release status - Kafka - [mail # dev]
|
|
...Yes, we will include the revision tag in the vote. The minimal check is torun the quickstart.Thanks,JunOn Thu, May 9, 2013 at 6:40 AM, David Arthur wrote:> Once there is a release c...
|
|
|
Author: Jun Rao,
2013-05-09, 15:07
|
|
|
Re: key used by producer - Kafka - [mail # user]
|
|
...Yes, our consumer iterator returns MessageAndMetadata. You can doconsumerIterator.next().key() to get the key.Thanks,JunOn Thu, May 9, 2013 at 7:44 AM, Yu, Libo wrote:> Hi,>> ...
|
|
|
Author: Jun Rao,
2013-05-09, 15:04
|
|
|
Re: can the replication factor for a topic be changed after it's created? - Kafka - [mail # user]
|
|
...Currently, we don't allow the replication factor of an existingtopic/partition to be changed. We plan to add a tool to do that in thefuture.Thanks,JunOn Wed, May 8, 2013 at 11:52 PM, Jason R...
|
|
|
Author: Jun Rao,
2013-05-09, 15:00
|
|
|
Re: Can't connect to a server if not enough partitions - Kafka - [mail # user]
|
|
...Currently, when creating a topic, we require the number of live brokers tobe greater than the replication factor. Once the topic is created, thenumber of live brokers can be less than the re...
|
|
|
Author: Jun Rao,
2013-05-09, 15:00
|
|
|
|