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

Apache camel enable sqs propagation #2102

Merged
merged 4 commits into from Feb 3, 2021
Merged

Apache camel enable sqs propagation #2102

merged 4 commits into from Feb 3, 2021

Conversation

ghost
Copy link

@ghost ghost commented Jan 22, 2021

Closes #2079

Makes Camel automatically read message fields as set by current propagators, enabling context propagation.

Remark - in order to avoid muzzle failures for camel users without aws module, aws (SQS) specific code implemented as dynamic method handle invocations.

Base automatically changed from master to main January 26, 2021 05:50
@ghost ghost requested review from jkwatson and mateuszrzeszutek January 29, 2021 13:27
@ghost
Copy link
Author

ghost commented Jan 29, 2021

Reworked to accommodate changes done for AWS SDK propagation + new tests :)

@ghost
Copy link
Author

ghost commented Feb 2, 2021

Rebased to main (again).

@iNikem
Copy link
Contributor

iNikem commented Feb 2, 2021

Trying to trigger

@iNikem iNikem closed this Feb 2, 2021
@iNikem iNikem reopened this Feb 2, 2021
@iNikem iNikem merged commit 1f22fca into open-telemetry:main Feb 3, 2021
mateuszrzeszutek pushed a commit to mateuszrzeszutek/opentelemetry-java-instrumentation that referenced this pull request Feb 5, 2021
* adding AWS SQS tests to Apache Camel instrumentation

* code review changes

Co-authored-by: Anuraag Agrawal <anuraaga@gmail.com>

* SQS context propagation for Apache Camel instrumentation

* code review - removed not needed dep

Co-authored-by: Anuraag Agrawal <anuraaga@gmail.com>
mateuszrzeszutek pushed a commit that referenced this pull request Feb 5, 2021
* Apache camel enable sqs propagation (#2102)

* adding AWS SQS tests to Apache Camel instrumentation

* code review changes

Co-authored-by: Anuraag Agrawal <anuraaga@gmail.com>

* SQS context propagation for Apache Camel instrumentation

* code review - removed not needed dep

Co-authored-by: Anuraag Agrawal <anuraaga@gmail.com>

* Bumped testcontainers version to make smoke tests pass

Co-authored-by: Jakub Wach <jwach@splunk.com>
Co-authored-by: Anuraag Agrawal <anuraaga@gmail.com>
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.

Enable SQS context propagation for apache camel instrumentation
5 participants