muralibasani commented on code in PR #21676:
URL: https://github.com/apache/kafka/pull/21676#discussion_r3564480325
##########
clients/src/main/java/org/apache/kafka/clients/producer/ProducerRecord.java:
##########
@@ -185,6 +216,14 @@ public Integer partition() {
return partition;
}
+ /**
+ * @return Pre-serialized header bytes in Kafka wire format, or null if
headers were
+ * provided as {@link Headers} objects via the standard
constructors.
+ */
+ public byte[] rawSerializedHeaders() {
Review Comment:
Done. the rawSerializedHeaders() getter is removed now.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]