dashersw / cote

A Node.js library for building zero-configuration microservices.
http://cote.js.org
MIT License
2.35k stars 187 forks source link

[QUESTION] Are broadcasts mandatory? #257

Open IgorMats opened 3 years ago

IgorMats commented 3 years ago

Hey @dashersw! Thanks for a great project.

I have an issue with Publishers. I'm using redis to make cote works in Kubernetes.

Everything works perfect until in hours my events published with Publisher start to get lost. I have no errors or so but just a quiet after event publish. Nothing helps but just a restart redis pod or publisher/responder pods. Then it will work again for a few hours...

I'm not really clear with broadcasts parameter for Publisher. Are it is mandatory? May I have these problems because I did not specified broadcasts?

Thanks you so much!

IgorMats commented 3 years ago

That post on Slack is also completely as my issue

oleg-webdeveloper commented 3 years ago

@IgorMats. Did you solve it somehow? It looks like I`m running through the same issue

IgorMats commented 3 years ago

@IgorMats. Did you solve it somehow? It looks like I`m running through the same issue

No, I didn't. Just get rid of cote 😔