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.
In crossbar it is possible to use share registrations to create several instances of an
endpoint
, using for instanceroundrobin
for load balancing. Unfortunately there is not a way to pass this extraoptions
to theendpoint
. It would be great if we can easily hint that a givenendpoint
should be initialize with some extraoptions
.