Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Add LeaderAndISR request/response to org.apache.kafka.common.requests.
Note that this will require adding a bunch of new objects to o.a.k.common - LeaderAndISR, LeaderISRAndEpoch and possibly others.
It may be nice to have a scala implicit to translate those objects from their old (core) implementation to the o.a.k.common implementation.