| clear query|facets|time |
Search criteria: .
Results from 101 to 110 from
490 (0.182s).
|
|
|
Loading phrases to help you refine your search...
|
|
[KAFKA-559] Garbage collect old consumer metadata entries - Kafka - [issue]
|
|
...Many use cases involve tranient consumers. These consumers create entries under their consumer group in zk and maintain offsets there as well. There is currently no way to delete these entri...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-559
Author: Jay Kreps,
2012-12-06, 17:25
|
|
|
[KAFKA-560] Garbage Collect obsolete topics - Kafka - [issue]
|
|
...Old junk topics tend to accumulate over time. Code may migrate to use new topics leaving the old ones orphaned. Likewise there are some use cases for temporary transient topics. It would be ...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-560
Author: Jay Kreps,
2012-12-06, 17:25
|
|
|
[KAFKA-658] Implement "Exact Mirroring" functionality in mirror maker - Kafka - [issue]
|
|
...There are two ways to implement "mirroring" (i.e. replicating a topic from one cluster to another):1. Do a simple read from the source and write to the destination with no attempt ...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-658
Author: Jay Kreps,
2012-12-06, 17:24
|
|
|
[KAFKA-659] Support request pipelining in the network server - Kafka - [issue]
|
|
...Currently the network layer in kafka will only process a single request at a time from a given connection. The protocol is designed to allow pipelining of requests which would improve latenc...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-659
Author: Jay Kreps,
2012-12-06, 17:10
|
|
|
[KAFKA-629] Generalize the getOffsets call - Kafka - [issue]
|
|
...This API is a little odd. Currently it gets a list of the first offset for each segment as well as the log end offset. It lets you filter by timestamp, though this is a bit broken because it...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-629
Author: Jay Kreps,
2012-12-06, 16:31
|
|
|
[KAFKA-518] Replace kafka.log.SegmentList with ConcurrentSkipListMap - Kafka - [issue]
|
|
...The Log implementation uses a custom copy-on-write array and a binary search to search for log segments. This is overengineered. We can delete this code and replace it with an off-the-shelf ...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-518
Author: Jay Kreps,
2012-12-06, 05:32
|
|
|
[KAFKA-521] Refactor Log subsystem - Kafka - [issue]
|
|
...There are a number of items it would be nice to cleanup in the log subsystem:1. Misc. funky apis in Log and LogManager2. Much of the functionality in Log should move into LogSegment along wi...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-521
Author: Jay Kreps,
2012-12-06, 05:31
|
|
|
[KAFKA-561] Rebuild index file for a log segment if there is none - Kafka - [issue]
|
|
...There are two ways an index file could be missing:1. Someone could delete it or it could be lost due to file corruption2. The server could crash in the middle of rolling the log after having...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-561
Author: Jay Kreps,
2012-12-06, 05:13
|
|
|
[KAFKA-653] Allow getTopicMetadata to get metadata for all topics - Kafka - [issue]
|
|
...Currently the topic metadata api requires a list of topics. This is good when you know what you want, but for tools that need to replicate all topics or those that match a pattern or somethi...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-653
Author: Jay Kreps,
2012-12-06, 05:10
|
|
|
[KAFKA-545] Add a Performance Suite for the Log subsystem - Kafka - [issue]
|
|
...We have had several performance concerns or potential improvements for the logging subsystem. To conduct these in a data-driven way, it would be good to have a single-machine performance tes...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-545
Author: Jay Kreps,
2012-12-05, 22:09
|
|
|
|