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