Package io.kroxylicious.proxy.router
Interface RouterResponse
public interface RouterResponse
The outcome of
Router.onRequest(org.apache.kafka.common.protocol.ApiKeys, short, org.apache.kafka.common.message.RequestHeaderData, org.apache.kafka.common.protocol.ApiMessage, io.kroxylicious.proxy.router.RouterContext) processing.
Instances are created via the builder methods on RouterContext:
respondWith,
respondWithError, and
respondWithoutReply.