| clear query|facets|time |
Search criteria: .
Results from 101 to 110 from
489 (3.827s).
|
|
|
Loading phrases to help you refine your search...
|
|
[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
|
|
|
[KAFKA-608] getTopicMetadata does not respect producer config settings - Kafka - [issue]
|
|
...ProducerPool.scala contains the following code:object ProducerPool{ def createSyncProducer(configOpt: Option[ProducerConfig], broker: Broker): SyncProducer = { &n...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-608
Author: Jay Kreps,
2012-12-05, 18:32
|
|
|
[KAFKA-566] Add last modified time to the TopicMetadataRequest - Kafka - [issue]
|
|
...To support KAFKA-560 it would be nice to have a last modified time in the TopicMetadataRequest. This would be the timestamp of the last append to the log as taken from stat on the final log ...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-566
Author: Jay Kreps,
2012-12-04, 23:48
|
|
|
|