Skip to content

Commit

Permalink
fix: prefer use Buffer instead of Object for recordHeaders
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaudAV committed Nov 5, 2024
1 parent 987adf1 commit 1a622fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public interface KafkaMessage extends Message {
* Get the Kafka record headers associated to the message.
* @return the Kafka headers
*/
Map<String, Object> recordHeaders();
Map<String, Buffer> recordHeaders();

/**
* Get the Kafka record key associated to the message.
Expand Down

0 comments on commit 1a622fc

Please sign in to comment.