이름 |
설명 |
AbstractRequest |
Base request to make to Kafka. |
FetchRequest |
Constructs a request to send to Kafka. FetchRequest => ReplicaId MaxWaitTime MinBytes [TopicName [Partition FetchOffset MaxBytes]] ReplicaId => int32 MaxWaitTime => int32 MinBytes => int32 TopicName => string Partition => int32 FetchOffset => int64 MaxBytes => int32 set MaxWaitTime to 0 and MinBytes to 0 can reduce latency. |
MultiFetchRequest |
Constructs a multi-consumer request to send to Kafka. |
MultiProducerRequest |
Constructs a request containing multiple producer requests to send to Kafka. |
OffsetRequest |
Constructs a request to send to Kafka to get the current offset for a given topic |
ProducerRequest |
Constructs a request to send to Kafka. |