openshift-labs / learn-katacoda

The OpenShift learning portal, powered by Katacoda
https://learn.openshift.com
159 stars 267 forks source link

Camel K: bitcoin data can not be loaded #1301

Open rbaumgar opened 2 years ago

rbaumgar commented 2 years ago

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