ricardozanini / tenkichannel

A sample application for test scenarios with Kogito Runtimes
Apache License 2.0
9 stars 8 forks source link

Yahoo Weather Camel Route is not working correctly (HTTP 400 status) #10

Closed ricardozanini closed 4 years ago

ricardozanini commented 4 years ago

When the Weather Gateway API tries to reach Yahoo Weather Service to fetch the forecast via Camel Netty HTTP component, the server returns a 400 error.

This error only happens when the loadbalance feature is activated. A workaround is to have the loadbalance route to call only the Open Weather service.