We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b137d5 commit da82ac6Copy full SHA for da82ac6
1 file changed
nri-kafka/test/Helpers.hs
@@ -161,6 +161,7 @@ record topicName partitionId val =
161
{ Producer.prTopic = Producer.TopicName (Internal.unTopic topicName),
162
Producer.prPartition = Producer.SpecifiedPartition (Prelude.fromIntegral partitionId),
163
Producer.prKey = Nothing,
164
+ Producer.prHeaders = Prelude.mempty,
165
Producer.prValue =
166
Internal.MsgWithMetaData
167
{ Internal.metaData =
0 commit comments