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
Event Machine should use a ServiceResolver to resolve a service_name to a service stream base url
In DEV mode a simple ServiceResolver uses the service name directly and assumes that the service is available within the docker network. In production the service resolver should use Consul/etcd or a registry provided by cloud infra.
The text was updated successfully, but these errors were encountered:
Follow up of #22
$eventMachine->watch(Stream::ofService('service_name', 'stream-projection-name'))
Event Machine should use a
ServiceResolver
to resolve aservice_name
to a service stream base urlIn DEV mode a simple ServiceResolver uses the service name directly and assumes that the service is available within the docker network. In production the service resolver should use Consul/etcd or a registry provided by cloud infra.
The text was updated successfully, but these errors were encountered: