kafka
kafka copied to clipboard
Mirror of Apache Kafka
*More detailed description of your change, if necessary. The PR title and PR message become the squashed commit message, so use a separate comment to ping reviewers.* *Summary of testing...
### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including...
### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including...
https://issues.apache.org/jira/browse/KAFKA-6649 `AbstractFetcherThread.processFetchRequest` should catch OffsetOutOfRangeException lest the thread was forcibly stopped. *More detailed description of your change, if necessary. The PR title and PR message become the squashed commit message,...
AbstractCoordinator interacts with the thread via a HeartbeatThreadManager. The existing behavior was extracted to an abstract class + some glue code in the AbstractCoordinator. Testing was done using the existing...
This patch introduces a Log Cleaner metric - `live-cleaner-thread-count` to monitor the log cleaner thread. It additionally fixes a minor issue to ensure that the correct offsets are logged in...
* Checks if partition available before calling consumer.position * Adds timeout on consumer.position() call. ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [...
…etect start-up - Extracted a new function (listening) in system test utils module to test whether a specified port on a specified node is listening for connections. - Refactored system...
It seems there is no reason to call egrep for each including jar since bash support regex matching. The reason of why this change might be useful is that we...
*More detailed description of your change, if necessary. The PR title and PR message become the squashed commit message, so use a separate comment to ping reviewers.* *Summary of testing...