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 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 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 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 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