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