Skip to content

Commit b6ba6f0

Browse files
albertodvpAlexeyRaga
authored andcommitted
Fix README producer example
1 parent c0bd480 commit b6ba6f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ mkMessage k v = ProducerRecord
160160
, prPartition = UnassignedPartition
161161
, prKey = k
162162
, prValue = v
163+
, prHeaders = mempty
163164
}
164165
```
165166

0 commit comments

Comments
 (0)