Dmitry Werner
Dmitry Werner
Migrated AclCommandTest to new test infra. Also rewritten it by java. ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test...
- [ ] **Breaking change?** (if so, please describe the impact and migration path for existing application instances) **What changes did you make?** (Give an overview) Fixed https://github.com/kafbat/kafka-ui/issues/477. **Is there...
- [ ] **Breaking change?** (if so, please describe the impact and migration path for existing application instances) **What changes did you make?** (Give an overview) Fixed https://github.com/kafbat/kafka-ui/issues/253 **Is there...
Moved RequestLocal from core to server-common module. ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build...
Moved ClientIdAndBroker to server-common module ([JIRA](https://issues.apache.org/jira/browse/KAFKA-17406)). ### Committer Checklist (excluded from commit message) - [x] Verify design and implementation - [x] Verify test coverage and CI build status - [x]...
Moved SensorAccess to `server-common` module and rewrote it in java. ### Committer Checklist (excluded from commit message) - [x] Verify design and implementation - [x] Verify test coverage and CI...
### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including...
NotLeaderOrFollowerException occurs here https://github.com/apache/kafka/blob/trunk/core/src/main/scala/kafka/server/RemoteLeaderEndPoint.scala#L188 The current fix is to catch and ignore NotLeaderOrFollowerException. Local benchmark result: ``` ./jmh-benchmarks/jmh.sh ReplicaFetcherThreadBenchmark running gradlew :jmh-benchmarks:clean :jmh-benchmarks:shadowJar > Configure project : Starting build with...