rethinkdb-java
rethinkdb-java copied to clipboard
Official RethinkDB Java client
**Describe the bug** As of version 2.4.1 (and up to 2.4.4 of time of writing) the `Connection.reconnect()` method no longer works. **To Reproduce** Simplified version of our code: ``` while(true){...
**Describe the bug** A clear and concise description of what the bug is. I am unable to estabish a TLS connection, neither with .certpath nor .sslContext, starting from version 2.4.2....
With RethinkDB Java Driver 2.4.4, if an OffsetDateTime is being saved, following error occurs: `java.lang.IllegalArgumentException: Java 8 date/time type java.time.OffsetDateTime not supported by default: add Module "com.fasterxml.jackson.datatype:jackson-datatype-jsr310" to enable handling...
I'm not sure if this is a commonly asked question, or if the driver is feature complete (for the most part). But is this project still in active development (or...
**Reason for the change** Issue #18 check box "TableOperation" Notably, the ability for applications to read the `generated_keys` attribute on inserts is essential. **Description** Creates the `WriteOperation` and `Change` POJOs...
Add support for `.format()` implemented as part of https://github.com/rethinkdb/rethinkdb/pull/7066.
Using Groovy, I have a function that performs the following steps (pseudocode): def conn = r.connection().connect() def validate (Connection conn) { 1 check rethink database list 2 if isn't on...
Basically, I'm running an application which requires rethinkdb, and I have it started as a service on my server, but, when I try to run it, after a while of...
I am getting this error "Can't write query because response pump is not running" Using java spring boot (Ubuntu 18.04, RethinkDB driver version 2.3.3, java driver 1.8 ).
**Reason for the change** Code smell is important for better readability **Description** I replaced stuff which can be expressed with isEmpty(). And a try with resource for closing the socket...