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