Package io.kroxylicious.proxy.filter
Interface WriteShareGroupStateRequestFilter
- All Superinterfaces:
Filter
A stateless filter for WriteShareGroupStateRequests.
-
Method Summary
Modifier and TypeMethodDescriptiononWriteShareGroupStateRequest(short apiVersion, org.apache.kafka.common.message.RequestHeaderData header, org.apache.kafka.common.message.WriteShareGroupStateRequestData request, FilterContext context) Handle the givenheaderandrequestpair, returning theheaderandrequestpair to be passed to the next filter using the RequestFilterResult.default booleanshouldHandleWriteShareGroupStateRequest(short apiVersion) Determine if a request message of type WriteShareGroupStateRequest should be handled by this filter implementation.
-
Method Details