Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.17.1
-
None
-
Novice
Description
Current implementation of KafkaProducer throws away RecordMetadata; it is returned as part of the callback and also as part of the synchronous get() call. RecordMetadata contains important information about the partition and offset of the record as saved by the broker.