Package org.apache.kafka.common.requests

Class Summary
AbstractRequestResponse  
ConsumerMetadataRequest  
ConsumerMetadataResponse  
FetchRequest  
FetchRequest.PartitionData  
FetchResponse  
FetchResponse.PartitionData  
HeartbeatRequest  
HeartbeatResponse  
JoinGroupRequest  
JoinGroupResponse  
ListOffsetRequest  
ListOffsetRequest.PartitionData  
ListOffsetResponse  
ListOffsetResponse.PartitionData  
MetadataRequest  
MetadataResponse  
OffsetCommitRequest This wrapper supports both v0 and v1 of OffsetCommitRequest.
OffsetCommitRequest.PartitionData  
OffsetCommitResponse  
OffsetFetchRequest This wrapper supports both v0 and v1 of OffsetFetchRequest.
OffsetFetchResponse  
OffsetFetchResponse.PartitionData  
ProduceRequest  
ProduceResponse  
ProduceResponse.PartitionResponse  
RequestHeader The header for a request in the Kafka protocol
RequestSend A send object for a kafka request
ResponseHeader A response header in the kafka protocol.