Skip to content
This repository was archived by the owner on Sep 16, 2025. It is now read-only.
This repository was archived by the owner on Sep 16, 2025. It is now read-only.

ProduceToTopic does not allow to add custom headers to messages #31

@nikitasharma1108

Description

@nikitasharma1108

ProduceToTopic.py line 118
for k, v in producer_callable():
producer.produce(
self.topic, key=k, value=v, on_delivery=self.delivery_callback
)

does not pass headers, so unable to send custom headers with messages

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions