Package io.kroxylicious.proxy.filter
Interface WriteShareGroupStateResponseFilter
- All Superinterfaces:
Filter
A stateless filter for WriteShareGroupStateResponses.
-
Method Summary
Modifier and TypeMethodDescriptiononWriteShareGroupStateResponse(short apiVersion, org.apache.kafka.common.message.ResponseHeaderData header, org.apache.kafka.common.message.WriteShareGroupStateResponseData response, FilterContext context) Handle the givenheaderandresponsepair, returning theheaderandresponsepair to be passed to the next filter using the ResponseFilterResult.default booleanshouldHandleWriteShareGroupStateResponse(short apiVersion) Determine if a response message of type WriteShareGroupStateResponse should be handled by this filter implementation.
-
Method Details