| clear query|facets|time |
Search criteria: .
Results from 21 to 30 from
68 (0.156s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Securing Kafka - Kafka - [mail # user]
|
|
...Also keep in mind that anything done at the transport (SSL for example)layer won't solve your 'at rest' problems.All messages are written to disk, so unless the broker does some encryptionlo...
|
|
|
Author: Chris Curtin,
2013-04-23, 18:31
|
|
|
Re: Kafka 0.8 cluster setup? - Kafka - [mail # user]
|
|
...Beat me to it ;)Only caveat is I wouldn't use /tmp for this, since if you're runningtmpwatch the 'myid' file will get removed unexpectedly since it doesn'tseem to be changed at it. That was ...
|
|
|
Author: Chris Curtin,
2013-04-23, 14:42
|
|
|
Re: Kafka 0.8 cluster setup? - Kafka - [mail # user]
|
|
...I following these instructions to get the first 'play' cluster going:https://cwiki.apache.org/KAFKA/kafka-08-quick-start.htmlInstead of running the 3 brokers on the same machine, I ran on on...
|
|
|
Author: Chris Curtin,
2013-04-23, 12:29
|
|
|
Re: Kafka wiki Documentation conventions - looking for feedback - Kafka - [mail # user]
|
|
...Hi Jun,#1 and #2 are done, thanks for the code-review!I'll work on getting a High Level consumer example this week. I don't haveone readily usable (we quickly found the lack of control over ...
|
|
|
Author: Chris Curtin,
2013-04-22, 17:41
|
|
|
Re: Got exception executing Kafka Producer. - Kafka - [mail # user]
|
|
...You need to reference the version of Yammer shipping with Kafka. It isunder \core\lib\metrics-*On Thu, Apr 4, 2013 at 11:41 AM, Oleg Ruchovets wrote:> I am executing a simple code like th...
|
|
|
Author: Chris Curtin,
2013-04-04, 16:43
|
|
|
Encryption at rest? - Kafka - [mail # user]
|
|
...Hi,Does Kafka support encrypting data at rest? During my AJUG presentationsomeone asked if the files could be encrypted to address PII needs?Thanks,Chris ...
|
|
|
Author: Chris Curtin,
2013-04-01, 20:07
|
|
|
Re: Slides from my March 2013 Atlanta Java User's Group presentation about Kafka - Kafka - [mail # user]
|
|
...Now with Video:http://vimeo.com/63040812(I did notice that I misspoke about reading from replicas, sorry).On Wed, Mar 20, 2013 at 8:11 AM, Chris Curtin wrote:> Hi,>> It went really ...
|
|
|
Author: Chris Curtin,
2013-04-01, 20:05
|
|
|
[KAFKA-784] creating topic without partitions, deleting then creating with partition causes errors in 'kafka-list-topic' - Kafka - [issue]
|
|
...Create a new topic using the command line:./kafka-create-topic.sh --topic trash-1 --replica 3 --zookeeper localhostRealize you forgot to add the partition command, so remove it:./kafka-delet...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-784
Author: Chris Curtin,
2013-03-30, 00:18
|
|
|
Re: Kafka wiki Documentation conventions - looking for feedback - Kafka - [mail # user]
|
|
...Hi,I've added an example program for using a SimpleConsumer for 0.8.0. Turnsout to be a little more complicated once you add Broker failover. I'm not100% thrilled with how I detect and recov...
|
|
|
Author: Chris Curtin,
2013-03-29, 15:28
|
|
|
Can't use ':' in client name? - Kafka - [mail # user]
|
|
...Hi,Before I submit an enhancement JIRA, is there are reason I can't use acolon (:) or parenthesis in a client name for Simple Consumer?I wanted to do something like 'Web:topic(partitio...
|
|
|
Author: Chris Curtin,
2013-03-29, 12:54
|
|
|
|