Closed kirankulkarni closed 11 years ago
What about non-cluster PB client?
I think to create a non-cluster client you use connect-via-pb!
which already has a port argument.
This Pull request solves Issue #16 that I had reported.
Note that master is Welle 2.0 which has breaking API changes.
You may want to port this to 1.5.x-stable
(cherry-picking should work just fine) so that I can cut a release you'd be able to use immediately.
I am submitting a new pull-request for that
While creating a Protocol Buffer Cluster Client you can now provide hosts in format
<host>:<port>
e.g."127.0.0.1:10017"
. If port is not provided default port will be Used.So now you can use following format:
as well as following format: