Package org.apache.fluss.kafka
-
Class Summary Class Description KafkaChannelInitializer AChannelInitializerfor initializingSocketChannelinstances that will be used by the server to handle the Kafka requests for the client.KafkaCommandDecoder A decoder that decodes the incoming ByteBuf into Kafka requests and sends them to the corresponding RequestChannel.KafkaProtocolPlugin The Kafka protocol plugin.KafkaRequest Represents a request received from Kafka protocol channel.KafkaRequestHandler Kafka protocol implementation for request handler.