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
When I create a pool, I'd like to be able to pass in a function that is periodically called that returns a set of hosts for the pool to use.
The use case is, that I would implement a function that talks to the riak-mesos endpoints url to find the current set of nodes that the cluster is running. This would obviate the need for talking through a proxy for long running services, w/o special casing how that node list is derived.
The text was updated successfully, but these errors were encountered:
seanjensengrey
changed the title
implement connection delegate fn
[feature request] pool connection delegate fn
Jul 26, 2016
When I create a pool, I'd like to be able to pass in a function that is periodically called that returns a set of hosts for the pool to use.
The use case is, that I would implement a function that talks to the riak-mesos endpoints url to find the current set of nodes that the cluster is running. This would obviate the need for talking through a proxy for long running services, w/o special casing how that node list is derived.
The text was updated successfully, but these errors were encountered: