-
Notifications
You must be signed in to change notification settings - Fork 436
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
Update the default propagator to be noop #221
Labels
good first issue
Good for newcomers
Comments
Do I understand correctly that the noop propagator has not yet been implemented? And the main change is to replace composite propagator here with noop? |
Yes, that is exactly how I understand it as well. There is no NoopPropagator, yet. So we need to implement one. And we need to make the noop propagator the new default. The location you linked is correct. |
Oh yes. That sounds good to me 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See the spec change for details.
The text was updated successfully, but these errors were encountered: