I'm trying to produce keyed messages to Kafka but for some reason the key value I get back during delivery report events is null
produce({ message: data.content, key: data.key, topic: ... }, ... )
{"topic_name":"vpn","partition":0,"offset":1137763,"key":null}
Any ideas?