-
Hello, I would like to know whether there is an example on how to use ergo in cluster mode using kubernetes, NATs and co. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hi @Tochemey , not sure if i follow your question about the kubernetes. nothing can stop you to start your cluster under the kuber-umbrella. Ergo Framework has service discovery feature embedded. But you may use "Saturn" central registrar as well. It provides you advanced features beside of the nodes registration/discovering - you can subscribe to the registrar events to receive the cluster events (node join/leave, app start/stop). Additionally it provides configuration management feature to broadcast any cluster configuration change on the fly. for the basic pub/sub you can use "Events" feature of the Ergo Framework. it provides you distributed pub/sub messaging. For the rest - feel free to use NATs, depending on your needs. |
Beta Was this translation helpful? Give feedback.
no need. it has this feature embedded. similar to Erlang's EPMD.