MD-Studio / MDStudio

A general framework for microservice based distributed applications
Apache License 2.0
12 stars 0 forks source link

passing extra options to start an endpoint #130

Closed felipeZ closed 6 years ago

felipeZ commented 6 years ago

In crossbar it is possible to use share registrations to create several instances of an endpoint, using for instance roundrobin for load balancing. Unfortunately there is not a way to pass this extra options to the endpoint. It would be great if we can easily hint that a given endpoint should be initialize with some extra options.