GitHub user dpkp opened a pull request:
https://github.com/apache/kafka/pull/1523
Support exponential backoff policy via reconnect.backoff.max
This PR is an alternate / simplified approach to alternate backoff policies
than KIP-53 and KAFKA-3496.
Summary:
* add
GitHub user dpkp opened a pull request:
https://github.com/apache/kafka/pull/1212
KAFKA-3160: Fix LZ4 Framing
This contribution is my original work and I license the work under Apache
2.0.
You can merge this pull request into a Git repository by running:
$ git pull https
GitHub user dpkp opened a pull request:
https://github.com/apache/kafka/pull/1302
Fix main classpath libs glob for release (fixup KAFKA-3615 regression)
bin/kafka-run-class.sh does not correctly setup the CLASSPATH in release
rc2.
You can merge this pull request into a Git
GitHub user dpkp opened a pull request:
https://github.com/apache/kafka/pull/1344
Fixup KAFKA-3160: catch decompression errors in constructor
After testing KAFKA-3160 a bit more, I found that the error code was not
being set properly in ProduceResponse. This happened because the
GitHub user dpkp opened a pull request:
https://github.com/apache/kafka/pull/918
Add expected Error Codes to ProduceResponse documentation
This is a documentation-only patch discussed on the mailing list. The
intent is to have these changes propagated to the protocol wiki
(https
GitHub user dpkp opened a pull request:
https://github.com/apache/kafka/pull/1801
MINOR: Include TopicPartition in warning when log cleaner resets dirty
offset
Typically this error condition is caused by topic-level configuration
issues, so it is useful to say include which topic