Abhinav Dixit

Results 4 issues of 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...

stale

### 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...

KIP-932

### 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...

core
KIP-932
ci-approved