Chris Egerton

Results 151 comments of Chris Egerton

Thanks @dstelljes! I found you, added you to the Kafka project, and assigned the Jira ticket to you. I couldn't find an account for the [Kafka Confluence space](https://cwiki.apache.org/confluence/display/KAFKA/), so if...

@dstelljes Good news! Now that we've eliminated the need to mock the static APIs for the `RestClient` and `Plugins` classes, we don't have to worry about the issues posed by...

Backported to 3.3 (with the new test disabled) in https://github.com/apache/kafka/commit/80e4f42bb3c8f6843b8e3aa2823e38b1a6269a38

@ijuma it appears that @kkonstantine is busy at the moment. @cadonna would you be willing to take a look, since you were previously in the neighborhood? This change is much...

Thanks @ijuma, I've updated the PR with some more details on the purpose of each latch type, and addressed a small bug that would have caused connectors/tasks to become unblocked...

@OmniaGM You've been active recently with MirrorMaker 2 and seem quite familiar with it. Would you be willing to give this a review? I'd love it if someone could fact-check...

@tombentley If you have a moment, would you mind taking a look?

Hi @OmniaGM -- good questions! Due to [KAFKA-10586](https://issues.apache.org/jira/browse/KAFKA-10586), exactly-once isn't supported when running Mirror Maker 2 in dedicated mode (i.e., via `bin/connect-mirror-maker.sh`) and is instead only possible by deploying Mirror...

Thanks @OmniaGM, good idea. I've updated the README and added an integration test that verifies that MM2 can still run with exactly-once support enabled. I should note that the `testReplication`...