Closed hariso closed 7 months ago
Adds message headers the the produced record. The headers are prefixed with kafka.header.. Also, the values, which are originally []byte are cast to strings.
kafka.header.
[]byte
Fixes #125.
Description
Adds message headers the the produced record. The headers are prefixed with
kafka.header.
. Also, the values, which are originally[]byte
are cast to strings.Fixes #125.
Quick checks: