| clear query|facets|time |
Search criteria: .
Results from 31 to 40 from
46 (0.157s).
|
|
|
Loading phrases to help you refine your search...
|
|
[KAFKA-646] Provide aggregate stats at the high level Producer and ZookeeperConsumerConnector level - Kafka - [issue]
|
|
...WIth KAFKA-622, we measure ProducerRequestStats and FetchRequestAndResponseStats at the SyncProducer and SimpleConsumer level respectively. We could also aggregate them in the high level Pro...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-646
Author: Swapnil Ghike,
2012-12-17, 22:07
|
|
|
[KAFKA-660] Change (topic, partition) tuples to TopicAndPartition - Kafka - [issue]
|
|
...For any use cases like the following : private val allPartitions = new Pool[(String, Int), Partition]we should convert (topic, partition) tuples to TopicAndPartition objects....
|
|
|
http://issues.apache.org/jira/browse/KAFKA-660
Author: Swapnil Ghike,
2012-12-06, 22:42
|
|
|
[KAFKA-622] Create mbeans per client - Kafka - [issue]
|
|
...Currently we create one mbean of each type for a given mbean server, regardless of the number of clients. We should create MBeans per client for both producer and consumer. To do that we nee...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-622
Author: Swapnil Ghike,
2012-12-04, 20:06
|
|
|
[KAFKA-592] Register metrics beans at kafka server startup - Kafka - [issue]
|
|
...jmx beans are not registered until the corresponding part of the code executes. To set alerts on some of the server side beans, they need to be registered at server startup....
|
|
|
http://issues.apache.org/jira/browse/KAFKA-592
Author: Swapnil Ghike,
2012-10-30, 01:37
|
|
|
[KAFKA-563] KafkaScheduler shutdown in ZookeeperConsumerConnector should check for config.autocommit - Kafka - [issue]
|
|
...Kafkascheduler starts up only if ConsumerConfig.autocommit is true. Its shutdown should check for this condition too....
|
|
|
http://issues.apache.org/jira/browse/KAFKA-563
Author: Swapnil Ghike,
2012-10-10, 17:34
|
|
|
[KAFKA-509] server should shut down on encountering invalid highwatermark file - Kafka - [issue]
|
|
...1. Somehow I managed to produce the following .highwatermark file (most probably while playing with kafka-create-topic.sh) - 07abra.kabra 0 00 0 0abrakabra 0 0\0 0 0king. 0 0abra..kabra 0 0....
|
|
|
http://issues.apache.org/jira/browse/KAFKA-509
Author: Swapnil Ghike,
2012-10-02, 16:48
|
|
|
Re: topic names again - Kafka - [mail # dev]
|
|
...We are patching 0.8 to allow only ASCII alpha-numeric characters, plus _ and - in topic names. Plus the maxTopicNameLength is being hardcoded to 255 chars. The patch is at KAFKA-495. T...
|
|
|
Author: Swapnil Ghike,
2012-09-26, 00:16
|
|
|
Re: Max message size & fetch size related? - Kafka - [mail # user]
|
|
...Yes, that should work as long as your maxMessageSize limit is appropriately set in producer and server. Thanks, Swapnil On 9/24/12 4:22 PM, "Puneet Mehta" wrote: ...
|
|
|
Author: Swapnil Ghike,
2012-09-25, 00:18
|
|
|
Re: Max message size & fetch size related? - Kafka - [mail # user]
|
|
...Hi Puneet, Yes you will need to bump up the maxMessageSize in server.KafkaConfig and fetchSize in consumer.ConsumerConfig. server.KafkaConfig.maxMessageSize can be same as produc...
|
|
|
Author: Swapnil Ghike,
2012-09-24, 23:06
|
|
|
[KAFKA-505] Remove errorcode from TopicMetaDataResponse - Kafka - [issue]
|
|
...TopicMetaData has an errorcode, hence the errorcode in TopicMetaDataResponse can be removed. Accordingly modify the handleTopicMetaDataRequest to return errorcodes at partition level....
|
|
|
http://issues.apache.org/jira/browse/KAFKA-505
Author: Swapnil Ghike,
2012-09-19, 23:47
|
|
|
|