Interface PendingReply
- All Known Implementing Classes:
KafkaRequestReplyImpl.PendingReplyImpl
public interface PendingReply
A pending reply for a request.
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.kafka.clients.producer.RecordMetadataint
-
Method Details
-
replyTopic
String replyTopic()- Returns:
- reply topic
-
replyPartition
int replyPartition()- Returns:
- reply partition, -1 if not set
-
recordMetadata
org.apache.kafka.clients.producer.RecordMetadata recordMetadata()- Returns:
- the recordMetadata of the request
-