Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accepting multiple hosts with different ports when connecting #55

Closed
subnetmarco opened this issue Apr 30, 2015 · 2 comments
Closed

Accepting multiple hosts with different ports when connecting #55

subnetmarco opened this issue Apr 30, 2015 · 2 comments

Comments

@subnetmarco
Copy link
Contributor

Right now it's only possible to specify different hosts, but not different ports. It would be useful to be able to execute something like this instead:

connect("1.1.1.1:9042", "2.2.2.2:4123", "3.3.3.3:51231")

or

connect({ host = "1.1.1.1", port = 9042 }, 
        { host = "2.2.2.2", port = 4123 },
        { host = "3.3.3.3", port = 51231})
@thibaultcha
Copy link
Contributor

I can implement that if you want @jbochi

@jbochi
Copy link
Owner

jbochi commented May 1, 2015

That's a nice idea. Feel free to send a pull request :)

On Fri, May 1, 2015, 11:59 AM Thibault Charbonnier notifications@github.com
wrote:

I can implement that if you want @jbochi https://github.com/jbochi


Reply to this email directly or view it on GitHub
#55 (comment)
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants