Module protocol

Module protocol 

Source
Expand description

Kafka protocol handling

This module contains the low-level Kafka protocol implementation, including request/response parsing and wire protocol handling.

Structs§

KafkaProtocolHandler
Kafka protocol handler
KafkaRequest
Represents a parsed Kafka request with header information

Enums§

KafkaRequestType
Kafka request types
KafkaResponse
Represents a Kafka response