You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cote already gives us service discovery out of the box so we don’t really need to publish any service definitions ourselves. The only thing we need is to create corresponding service level requesters/publishers and responders/subscribers. Then a requester will discover all the other responders, a subscriber will discover all the other publishers (and vice versa).
A monitor that discovers everything regardless of environments could also be used.
The text was updated successfully, but these errors were encountered:
I am not sure this would be possible because cote is initialized early in the app lifecycle, so that some events can be received while the app is not really ready to process them.
It seems safer to have our own layer where we can control the event flow, closing for now.
cote already gives us service discovery out of the box so we don’t really need to publish any service definitions ourselves. The only thing we need is to create corresponding service level requesters/publishers and responders/subscribers. Then a requester will discover all the other responders, a subscriber will discover all the other publishers (and vice versa).
A monitor that discovers everything regardless of environments could also be used.
The text was updated successfully, but these errors were encountered: