Class OpaqueResponseFrame

java.lang.Object
io.kroxylicious.proxy.frame.OpaqueFrame
io.kroxylicious.proxy.frame.OpaqueResponseFrame
All Implemented Interfaces:
Frame, ResponseFrame

public class OpaqueResponseFrame extends OpaqueFrame implements ResponseFrame
Used to represent Kafka responses that the proxy does not need to decode.
  • Constructor Details

    • OpaqueResponseFrame

      public OpaqueResponseFrame(short apiKeyId, short apiVersion, io.netty.buffer.ByteBuf buf, int correlationId, int length)
      Creates an opaque response.
      Parameters:
      apiKeyId - api key id
      apiVersion - api key version
      buf - The message buffer (excluding the frame size)
      correlationId - correlation id
      length - length of the response
  • Method Details