Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kafka: Add a feature to include headers in the messages #118

Open
mariaefi29 opened this issue Mar 9, 2023 · 0 comments · May be fixed by #119
Open

Kafka: Add a feature to include headers in the messages #118

mariaefi29 opened this issue Mar 9, 2023 · 0 comments · May be fixed by #119

Comments

@mariaefi29
Copy link

At the current implementation schaufel does not process headers in Kafka messages.

Due to that problem we are not able to instrument proper tracing in services, which consume messages from schaufel.

For example, if we pass tracing information via headers in a message in a queue, from which schaufel consumes:

traceparent=00-trace_id-span_id-0

another service, which consumes from the queue, to which schaufel produce messages, will not get this tracing information, because headers are empty. Instead this service has only orphan spans and is not connected to the needed trace.

We would like to add the following feature in schaufel:

  • if the incoming message contains headers, schaufel must pass those headers further without any modification.
@ahmedaabouzied ahmedaabouzied linked a pull request Mar 17, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant