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

CamelSinkTask headers must be cleaned before sending them ahead #223

Closed
oscerd opened this issue May 19, 2020 · 0 comments · Fixed by #232
Closed

CamelSinkTask headers must be cleaned before sending them ahead #223

oscerd opened this issue May 19, 2020 · 0 comments · Fixed by #232
Assignees

Comments

@oscerd
Copy link
Contributor

oscerd commented May 19, 2020

https://github.com/apache/camel-kafka-connector/blob/master/core/src/main/java/org/apache/camel/kafkaconnector/CamelSinkTask.java#L117

Actually we are sending the header with the prefix set for distinguishing between camel headers and kafka headers, but we need to remove the prefix before going ahead.

@oscerd oscerd self-assigned this May 19, 2020
@oscerd oscerd changed the title CamelSinkTask header must be cleaned before sending them ahead CamelSinkTask headers must be cleaned before sending them ahead May 19, 2020
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