Antoine Girbal

Results 21 comments of Antoine Girbal

thanks for report. Support for multiple mongos is not implemented yet. The java driver supports it, but really only uses 1 mongos at a time. Not sure how useful it...

reopening it, multi mongos should be supported somehow in future. thanks

Thanks for the report. That's an annoying issue, will try to fix soon

Andrei thanks for the feedback. Note that there are shortcuts like ctrl+k to bring up the connect form.

https://jira.mongodb.org/browse/JAVA-832

you should be able to do so. If you edit a connection and change its name, it becomes its own copy. Not the most intuitive I know...

https://github.com/sigu-399/gojsonschema

thanks for report, sorry for delay getting to it. We may be hard coding the bg colors due to old bug in osx.

dbhabits, sorry for long time replying. were you able to make this work? From other reports it sounds like it's working fine. If still broken, can you provide with exact...

http://docs.mongodb.org/ecosystem/tutorial/authenticate-with-java-driver/ use $external db.auth( { mechanism: "GSSAPI", user: "application/[email protected]" } ) javax.security.auth.useSubjectCredsOnly=false java.security.krb5.realm=MYREALM.ME java.security.krb5.kdc=mykdc.myrealm.me