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

Add server_info command to Java driver #5125

Closed
Tracked by #7067
deontologician opened this issue Nov 21, 2015 · 5 comments
Closed
Tracked by #7067

Add server_info command to Java driver #5125

deontologician opened this issue Nov 21, 2015 · 5 comments
Labels
Milestone

Comments

@deontologician
Copy link
Contributor

It was merged to next after I finished working on the driver

@danielmewes danielmewes added this to the 2.2.x milestone Nov 24, 2015
@danielmewes danielmewes modified the milestones: 2.2.x, 2.3.x Apr 7, 2016
@venantius
Copy link

Just so I understand - is this related to the server() command described here? As far as I can tell that function doesn't actually exist in source code anywhere.

@danielmewes
Copy link
Member

@venantius Yes, that command.

Since we haven't added it to the Java driver yet, we should probably remove the documentation page until we get to it... I'll open a separate issue against our docs.

@venantius
Copy link

Thanks, that would be awesome. I found the disconnect between docs and source confusing, personally :)

@bchavez
Copy link
Contributor

bchavez commented Aug 22, 2016

Just a reminder for implementation
Interestingly, in a parallel universe, if we provide a model for Connection.Server() we should declare id as a string. I found out today, in proxy mode, the server id isn't guaranteed to be a UUID. It can look like proxy-a711d91a-c391-4161-9a00-51b754a2477f in proxy mode. 🙀 😺

A user of mine just hit this problem this morning

bchavez/RethinkDb.Driver#94
bchavez/RethinkDb.Driver#95

🍂 🍃 Distance - Falling (ft Alys Be)

@srh srh modified the milestones: 2.3.x, 2.4 Dec 11, 2017
@srh srh modified the milestones: 2.4, 2.5 Dec 23, 2017
@annathelibri
Copy link
Member

The Java driver now lives in https://github.com/rethinkdb/rethinkdb-java. I opened an issue so we can finally implement this into the driver. This issue can be closed.

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

No branches or pull requests

7 participants