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