We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
master
Install faust together with a current version of jaeger-client (which requires opentracing>=2.1)
No version conflict should arise
faust claims to be unable to work with opentracing>=2.0.0
ERROR: jaeger-client 4.3.0 has requirement opentracing<3.0,>=2.1, but you'll have opentracing 1.3.0 which is incompatible.
According to this issue in the original project just bumping the version number here should be enough to enable opentracing>2.0.0.
The reason it was not upgraded in the original project was a possible incompatibility in robinhoods closed source internal tracing framework.
I tried it locally and all tests work.
The text was updated successfully, but these errors were encountered:
Sounds good - we use it for datadog with opentracing>=2.0.0. Can you create a PR?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Checklist
master
branch of Faust.Steps to reproduce
Install faust together with a current version of jaeger-client (which requires opentracing>=2.1)
Expected behavior
No version conflict should arise
Actual behavior
faust claims to be unable to work with opentracing>=2.0.0
Full traceback
Versions
3.7
faust-streaming-0.3.0
linux
According to this issue in the original project just bumping the version number here should be enough to enable opentracing>2.0.0.
The reason it was not upgraded in the original project was a possible incompatibility in robinhoods closed source internal tracing framework.
I tried it locally and all tests work.
The text was updated successfully, but these errors were encountered: