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

Weave WorkerTask and link onSubscribe to support subscribeOn with cus… #174

Merged
merged 1 commit into from
Jan 13, 2021

Conversation

tspring
Copy link
Contributor

@tspring tspring commented Dec 21, 2020

…tom schedulers

There was a gap in our Webflux instrumentation where we weren't linking on custom schedulers. This should fix it so supported external calls like this get linked to the Transaction:

Mono.fromCallable(() ->
					myExternalCall()
					.subscribeOn(jdbScheduler);

@jack-berg
Copy link
Contributor

I've built the jar locally with this and validated that database calls are not linked without this code, and are linked with this code.

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.

2 participants