hydra icon indicating copy to clipboard operation
hydra copied to clipboard

A light-weight library for building distributed applications such as microservices

Results 19 hydra issues
Sort by recently updated
recently updated
newest added

# Redis ## Overview In redis before version 3.1.1, when a client is in monitoring mode, the regex begin used to detected monitor messages could cause exponential backtracking on some...

I have 1 router service. It is listening to RESTful requests. When it gets a request it takes the post data and transfers it to another service via sendMessage(). The...

Empty checks in umfmessage.js are just if(var) but it should be if(var != null) for nullish strings like ''

Hi, Sorry for the formatting it seems that some space were missing in front of the comments and I don't know how to remove this indentation from Visual Studio Code....

Would be great if you could provide typescript definitions for hydra, hydra-express ...

enhancement
help wanted

hi @cjus i'm very excited want to use hydra in my new project, this awesome we can manage service easily, i have question it possible integrating to [nestjs](nestjs.com)? may be...

help wanted

This pull request is proposed to solve this [issue](https://github.com/flywheelsports/hydra/issues/213) **Problem statement** The problem was that the current state of hydra make it very hard for it to work in a...

I am using health check path inside a Hydra microservice, for example path could be /health and it is called every 30th second. This generates lots of noise in logs,...

I am currently trying to deploy hydra on kubernetes so , I have been trying to make it work with redis in high availability modes. - First the redis sharding...

```hydra.init()``` expects `{hydra: {...}, ...}` object but the documentation states otherwise: https://www.hydramicroservice.com/docs/hydra-core/getting-started.html