Skip to content

Commit

Permalink
Fix README producer example
Browse files Browse the repository at this point in the history
  • Loading branch information
albertodvp authored and AlexeyRaga committed Dec 27, 2024
1 parent c0bd480 commit b6ba6f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ mkMessage k v = ProducerRecord
, prPartition = UnassignedPartition
, prKey = k
, prValue = v
, prHeaders = mempty
}
```

Expand Down

0 comments on commit b6ba6f0

Please sign in to comment.