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

Fix issue with opentracing keys with dashes/hyphens and JMS. #29

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

alextrs
Copy link

@alextrs alextrs commented Jul 30, 2019

Encode the key names / replace any - character with $dash$ following java-jms. This is definitely going to affect other transports as all keys with "-" character will be replaced with $dash$. So looking for suggestions

Fixes opentracing-contrib/java-spring-cloud#234

…he key names / replace any - character with _$dash$_
@geoand geoand requested a review from gytis July 30, 2019 13:52
@gytis
Copy link
Collaborator

gytis commented Aug 1, 2019

I wonder if this is a correct place to do such header encoding, because Spring Messaging is not JMS specific. Maybe this could be done in java-jms module?

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 this pull request may close these issues.

Can't send JMS messages, getting 'uber-trace-id' is not a valid java identifier.
2 participants