| clear query|facets|time |
Search criteria: .
Results from 41 to 50 from
489 (0.324s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: 0.8 wire protocol for inter-broker communication - Kafka - [mail # dev]
|
|
...I don't think this is actually that hard to handle, you just need a configto enable the new fields:Step 1: Implement optional support for the new field with some option thatcontrols whether ...
|
|
|
Author: Jay Kreps,
2013-01-29, 18:42
|
|
|
[KAFKA-631] Implement log compaction - Kafka - [issue]
|
|
...Currently Kafka has only one way to bound the space of the log, namely by deleting old segments. The policy that controls which segments are deleted can be configured based either on the num...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-631
Author: Jay Kreps,
2013-01-29, 16:11
|
|
|
Re: Payload size exception - Kafka - [mail # user]
|
|
...There is a setting that controls the maximum message size. This is toensure the messages can be read on the server and by all consumers withoutrunning out of memory or exceeding the consumer...
|
|
|
Author: Jay Kreps,
2013-01-29, 16:05
|
|
|
[KAFKA-740] Improve crash-safety of log segment swap - Kafka - [issue]
|
|
...Currently Log.replaceSegments has a bug that can cause a swap containing multiple segments to partially complete. This would lead to duplicate data in the log.The proposed fix is to use a na...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-740
Author: Jay Kreps,
2013-01-29, 03:16
|
|
|
Re: kafka 0.8 producer throughput - Kafka - [mail # dev]
|
|
...Some folks came up with a cool hack in 0.8 that makes acks=0 send noresponse. This changes the performance for small message sends to beequivalent to 0.7. This is proposed for inclusion in 0...
|
|
|
Author: Jay Kreps,
2013-01-25, 17:42
|
|
|
dynamic config zookeeper code - Kafka - [mail # dev]
|
|
...Where should the zk code for the dynamic topic config go? I am not sure Iunderstand the overall lay of the land well enough to know if I am doingthe right thing.For instance, what the is Kaf...
|
|
|
Author: Jay Kreps,
2013-01-24, 05:41
|
|
|
Re: Abou Kafka 0.8 producer throughput test - Kafka - [mail # dev]
|
|
...This is a good question.As mentioned we have some experience running this with no ack and there area lot of downsides. We considered making the ack optional, but this wouldcomplicate the pro...
|
|
|
Author: Jay Kreps,
2013-01-23, 04:01
|
|
|
Re: java, oom, gc stop the world - Kafka - [mail # user]
|
|
...We put a lot of info here:https://cwiki.apache.org/confluence/display/KAFKA/OperationsDoes that help?-JayOn Tue, Jan 22, 2013 at 7:14 PM, S Ahmed wrote:> In the wild, what sort of m...
|
|
|
Author: Jay Kreps,
2013-01-23, 03:35
|
|
|
Re: Non-blocking Kafka stream iterators - Kafka - [mail # user]
|
|
...Hi Evan,Makes sense. Is your goal in separating the client shrinking the jar size?or just general cleanliness?-JayOn Tue, Jan 22, 2013 at 10:53 AM, Evan Chan wrote:> Jay,>> Co...
|
|
|
Author: Jay Kreps,
2013-01-22, 20:47
|
|
|
[KAFKA-718] kafka-run-class.sh should use reasonable gc settings - Kafka - [issue]
|
|
...Our start script seems to use the default "stop the world" collector. It would be good to default to well tuned gc settings including gc logging, CMS, etc. Whatever we are using in...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-718
Author: Jay Kreps,
2013-01-22, 18:45
|
|
|
|