| clear query|facets|time |
Search criteria: .
Results from 111 to 120 from
153 (0.067s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Evaluating Kafka for use at my company - Kafka - [mail # user]
|
|
...Thanks! In the meanwhile, do you think simply modifying the producer to The embedded consumer approach is being deprecated. I added a new mirroring doc outlining the new approach...
|
|
|
Author: Joel Koshy,
2012-05-22, 17:46
|
|
|
Re: relation between async mode and compression - Kafka - [mail # user]
|
|
...Hi Navneet, They are related in the sense that the DefaultEventHandler that is used in async mode compresses a batch of messages when they are serialized. However, compression is not ...
|
|
|
Author: Joel Koshy,
2012-04-25, 12:14
|
|
|
[KAFKA-332] Mirroring should use multiple producers; add producer retries to DefaultEventHandler - Kafka - [issue]
|
|
...I'm clubbing these two together as these are both important for mirroring.(1) Multiple producers:Shallow iteration (KAFKA-315) helps improve mirroring throughput whenmessages are compres...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-332
Author: Joel Koshy,
2012-04-25, 03:25
|
|
|
Re: Kafka syslog producer - Kafka - [mail # user]
|
|
...This is an interesting use-case and similar to using the log4j appender for application logs. What you describe sounds reasonable: i.e., have a producer process on the syslog server to send ...
|
|
|
Author: Joel Koshy,
2012-04-23, 18:26
|
|
|
Re: Kafka mirroring and zookeeper - Kafka - [mail # user]
|
|
...Hi Oliver, I was reading the mirroring guide and I wonder if it is required that the You could have a single zookeeper cluster and use different namespaces for the source/target ...
|
|
|
Author: Joel Koshy,
2012-04-23, 17:38
|
|
|
Re: mirroring - can we mirror a broker directly - Kafka - [mail # user]
|
|
...The mirroring process (both the embedded consumer and the mirror-maker tool) needs a zookeeper connection string. It should be possible to write a mirroring tool that talks to a broker, but ...
|
|
|
Author: Joel Koshy,
2012-04-19, 19:49
|
|
|
Re: can I start a kafka server that mirrors more than one cluster? - Kafka - [mail # user]
|
|
...Yes, but the mirroring code instantiates a producer directly and needs to know the key's type. Same for the ProduceData - its type parameters and the key itself need to be specified in the c...
|
|
|
Author: Joel Koshy,
2012-04-18, 21:15
|
|
|
Re: can I start a kafka server that mirrors more than one cluster? - Kafka - [mail # user]
|
|
...That's right. Also, you may want to take a look at the new mirroring mechanism which will help address your scenario. It was recently added (in trunk) so there's not much by way of documenta...
|
|
|
Author: Joel Koshy,
2012-04-18, 19:55
|
|
|
Re: Kafka Producer in a high volume environment - Kafka - [mail # user]
|
|
...In general, you would want to enable use the producer in async mode and batch messages. The underlying sync producer (which actually sends out the batches) has one connection to...
|
|
|
Author: Joel Koshy,
2012-04-13, 22:50
|
|
|
Re: Consumer State Description in design.html - Kafka - [mail # user]
|
|
...Jun, I think Ed is suggesting a good improvement to the design doc: line 203 on http://svn.apache.org/viewvc/incubator/kafka/site/design.html?view=markup That paragraph does seem to mi...
|
|
|
Author: Joel Koshy,
2012-04-13, 21:11
|
|
|
|