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
In which scenario did this bug occur?
Serverless Eventing with Camel K
At what step of the scenario did this happen?
Step 3: Loading the Bitcoin live data
Describe the bug
The 5.0.8 version currently used by Camel uses some Binance APIs that are supposed to no longer be available. https://www.binance.com/en/support/announcement/f45dde7da58b473aa885349946bed269 See https://issues.apache.org/jira/browse/CAMEL-16872
Logs or error messages
Screenshots
Additional context
Workaround, define xchange-binance version
$ kamel run market-source.yaml -d camel-jackson -d mvn:org.knowm.xchange:xchange-binance:5.0.11
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In which scenario did this bug occur?
Serverless Eventing with Camel K
At what step of the scenario did this happen?
Step 3: Loading the Bitcoin live data
Describe the bug
The 5.0.8 version currently used by Camel uses some Binance APIs that are supposed to no longer be available.
https://www.binance.com/en/support/announcement/f45dde7da58b473aa885349946bed269
See https://issues.apache.org/jira/browse/CAMEL-16872
Logs or error messages
Screenshots
Additional context
Workaround, define xchange-binance version
$ kamel run market-source.yaml -d camel-jackson -d mvn:org.knowm.xchange:xchange-binance:5.0.11
The text was updated successfully, but these errors were encountered: