krakend / krakend-amqp

AMQP compatible backend for the KrakenD framework
https://www.krakend.io
Apache License 2.0
10 stars 16 forks source link

Add a connection handler to be able to retry connections to the amqp … #18

Closed taik0 closed 1 year ago

taik0 commented 1 year ago

…services. Added configuration params to setup the max retries and backoff strategy. If KrakenD can't connect to the AMQP service at startup, KrakenD will try to re-connect on the next request to the endpoint (expecting the configuration to be right).

taik0 commented 1 year ago

Fixes https://github.com/krakendio/krakend-ce/issues/486