hydra-router
hydra-router copied to clipboard
A service aware router for Hydra Services. Implements an API Gateway and can route web socket messages.
When Redis is down an error happens and `cleanup` signal is trying to update things in Redis, which throws. As a result, the unhandled exception is caught by handler that...
SUMMERY: cant proxy/process file uploads/downloads to or from backend services via hydra-router. ##upload POST postman (file) -->> hydra-router -->> backend-service backend-service does not receive the upload file from hydra but...
The router seems to be accepting the first URL match without guarantee that such service have a running node instance. In my case I just started a **hapi-service-test** service and...
Ensure that missing entries in config are handled correctly with regards to defaults.
Use a markdown table and add documentation here: https://www.hydramicroservice.com/docs/tools/hydra-router/
Please help me how to re route service. I am running three local redis instance on port 5353, 5352, 5351 if i am stopping port 5353 and if i am...
Hi, Im trying to run docker container with Hydra Router, but get this error: ``` docker run -p 5353:5353 --add-host host:MY_HOST --name hydra-router flywheelsports/hydra-router:1.3.3 Redis reconnection attempt 2 of 5......
If you run a docker swarm locally (using `docker stack`) and have a hydra microservice that you're developing / testing outside of the swarm you may notice that the hydra-router...
There is a need to block internal service APIs from external access via Hydra-Router. I created this issue ticket to openly discuss options. In Hydra-Express a set of routes is...
Bumps [ws](https://github.com/websockets/ws) from 8.5.0 to 8.17.1. Release notes Sourced from ws's releases. 8.17.1 Bug fixes Fixed a DoS vulnerability (#2231). A request with a number of headers exceeding the[server.maxHeadersCount][] threshold...