[GitHub] kafka pull request #3849: Implement KIP-91 delivery.timeout.ms

2017-09-13 Thread sutambe
GitHub user sutambe opened a pull request: https://github.com/apache/kafka/pull/3849 Implement KIP-91 delivery.timeout.ms First shot at implementing kip-91 delivery.timeout.ms. Summary 1. Added delivery.timeout.ms config. Default 120,000 2. Changed retries to MAX_INT

[GitHub] kafka pull request #1791: KAFKA-4089: KafkaProducer expires batch when metad...

2016-11-16 Thread sutambe
Github user sutambe closed the pull request at: https://github.com/apache/kafka/pull/1791 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] kafka pull request #2120: KAFKA-4395: Break static initialization order depe...

2016-11-09 Thread sutambe
GitHub user sutambe opened a pull request: https://github.com/apache/kafka/pull/2120 KAFKA-4395: Break static initialization order dependency between KafkaConfig and Logconfig Fixes static initialization order dependency between KafkaConfig and LogConfig. You can merge this pull

[GitHub] kafka pull request #1791: KAFKA-4089: KafkaProducer expires batch when metad...

2016-08-25 Thread sutambe
GitHub user sutambe opened a pull request: https://github.com/apache/kafka/pull/1791 KAFKA-4089: KafkaProducer expires batch when metadata is stale You can merge this pull request into a Git repository by running: $ git pull https://github.com/sutambe/kafka batch-expired

[GitHub] kafka pull request #1664: KAFKA-1911: Async delete topic

2016-07-25 Thread sutambe
GitHub user sutambe opened a pull request: https://github.com/apache/kafka/pull/1664 KAFKA-1911: Async delete topic The last patch submitted by @MayureshGharat (back in Dec 15) has been rebased to the latest trunk. I took care of a couple of test failures (MetricsTest) along the