Skip to content

Kafka reader should include headers when with_metadata=True #169

@deuscapturus

Description

@deuscapturus

Is your feature request related to a problem? Please describe.

I have information in the Kafka message header that I need to pass along. Currently there is no way to access message headers from pw.io.kafka.read()

Describe the solution you'd like

If with_metadata=True headers should be included in _metadata

Describe alternatives you've considered

Alternatively, with_headers: bool could be added which would add the headers to a column named _headers

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions