Abhinav Dixit
Abhinav Dixit
**About** This PR adds KRaft support to the following tests in `AlterUserScramCredentialsRequestNotAuthorizedTest` class - 1. `testAlterNothingNotAuthorized` 2. `testAlterSomethingNotAuthorized` reference - [KAFKA-15727](https://issues.apache.org/jira/browse/KAFKA-15727) **Testing** Adding screenhots confirming the tests are passing on...
### About Implemented the functionality which takes care of archiving the records when LSO moves past them. Implemented the following functions - 1. `updateCacheAndOffsets` - Updates the cached state, start...
### About Introduced a share fetch purgatory on the broker which delays share fetch requests that cannot be completed instantaneously. Introduced 2 new classes - 1. **DelayedShareFetch** - Contains logic...
### About `minBytes` is a constraint that should be used to delay ShareFetch requests. Hence, I have added the support for minBytes in `DelayedShareFetch` class ### Testing The added code...