motiv-labs / janus

An API Gateway written in Go
https://hellofresh.gitbooks.io/janus
MIT License
2.79k stars 317 forks source link

Implement gossip protocol for clusters #303

Open italolelis opened 6 years ago

italolelis commented 6 years ago

Currently, when using MongoDB as your backend and having more than one machine for Janus you need a Redis instance to make sure Janus propagates the changes. This is a bad implementation and we should probably change it to:

ghost commented 6 years ago

This would really help ops !