Skip to content

Issue with key parameter when using Producer #15

@ArtemisMucaj

Description

@ArtemisMucaj

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?

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions