chirpstack / chirpstack-docker

Setup ChirpStack using Docker Compose
https://www.chirpstack.io/
MIT License
273 stars 316 forks source link

Issue with HTTP integration to multiple endpoints #80

Closed thanospan closed 1 year ago

thanospan commented 1 year ago

Description The HTTP integration accepts multiple endpoints as a comma separated list. If posting to an endpoint fails, no request is sent to the remaining endpoints.

Steps to reproduce Create an HTTP integration with two endpoints where the first is invalid (e.g., wrong IP, port, hostname). No data is received by the second endpoint.

Tested with the latest Docker images (v4) using commit a281b17.

brocaar commented 1 year ago

Thanks for reporting, I'm looking into this. Next time please report this issue at: https://github.com/chirpstack/chirpstack/.

This issue is related to the ChirpStack source, not to the Docker configuration example.