Skip to content

Commit

Permalink
fix: produce message instead of produce json message
Browse files Browse the repository at this point in the history
  • Loading branch information
emalfroy authored and ArneD committed Sep 25, 2023
1 parent 4dabbc6 commit 745e5af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ private async Task Produce(
long storePosition,
CancellationToken cancellationToken = default)
{
var result = await _producer.ProduceJsonMessage(
var result = await _producer.Produce(
new MessageKey(objectId),
jsonContent,
new List<MessageHeader> { new MessageHeader(MessageHeader.IdempotenceKey, storePosition.ToString()) },
Expand Down

0 comments on commit 745e5af

Please sign in to comment.