| clear query|facets|time |
Search criteria: .
Results from 1 to 6 from
6 (1.158s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Occasional batch send errors - Kafka - [mail # user]
|
|
...Usually when these types of errors are because you're not connecting to theproper host:port. Double check your configs, make sure everything isrunning and listening on the host:port you thin...
|
|
|
Author: Xavier Stevens,
2013-04-24, 00:18
|
|
|
Re: Expected behavior for clustered kafka setup - Kafka - [mail # user]
|
|
...You should bring up your Zookeeper instances first and then the Kafkabrokers.On Tue, Apr 23, 2013 at 11:56 AM, Karl Kirch wrote:> Now to make things even more interesting. I restart...
|
|
|
Author: Xavier Stevens,
2013-04-23, 19:12
|
|
|
[KAFKA-869] Java API needs Encoder / Decoder interfaces - Kafka - [issue]
|
|
...The current 0.8 API requires that a serializer class implements a constructor that takes a single VerifiableProperties argument. The built-in scala serializers default this argument to null....
|
|
|
http://issues.apache.org/jira/browse/KAFKA-869
Author: Xavier Stevens,
2013-04-23, 00:46
|
|
|
Re: Payload size exception - Kafka - [mail # user]
|
|
...Not quite in production yet, but we have payloads in the 30KB+ range. I just added amax.message.size to the broker's server.properties.-XavierOn 1/29/13 8:57 AM, S Ahmed wrote:> Neha/Jay,...
|
|
|
Author: Xavier Stevens,
2013-01-29, 17:21
|
|
|
Re: Async Producer - Kafka - [mail # user]
|
|
...If you're using default producer config values you can turn some knobs there to get more performance most likely. |max.message.size| (maybe try setting this to 2MB or 4MB) |compr...
|
|
|
Author: Xavier Stevens,
2012-11-01, 15:32
|
|
|
Re: buffer.time - Kafka - [mail # user]
|
|
...Hi Ming, I'm relatively new to Kafka as well but here's my understanding of it. If anyone thinks that this is incorrect please say so. For producers there is a queue for as...
|
|
|
Author: Xavier Stevens,
2012-08-16, 15:33
|
|
|
|