rethinkdb-proxy icon indicating copy to clipboard operation
rethinkdb-proxy copied to clipboard

Reverse proxy for RethinkDB

Results 5 rethinkdb-proxy issues
Sort by recently updated
recently updated
newest added

Hi Guys, I just noticed that the issue that is referred on this project readme file is already closed and was delivered on 2.3. What is the current state of...

``` [2015-12-11T08:01:38.248Z] INFO: rethinkdb-proxy/13779 on Jorges-MacBook-Pro.local: Data received buffer: e{"t":2,"r":[{"age":26,"id":"157d94aa-4baa-4098-9dee-53987b098683","name":"jorge"},{"id":"1"}],"n":[]} ```

``` root@8a027b4008b6: node /rethinkdb-proxy/index.js /rethinkdb-proxy/lib/buffer-parser.js:35 if (Buffer.byteLength(this[_queue_]) >= 4) { ^ TypeError: Argument must be a string at BufferParser.append (/rethinkdb-proxy/lib/buffer-parser.js:35:20) at Socket. (/rethinkdb-proxy/lib/index.js:171:23) at Socket.emit (events.js:95:17) at Socket. (_stream_readable.js:765:14) at...

https://github.com/thejsj/rethinkdb-proxy/blob/master/src/buffer-parser.js#L77-L96 https://github.com/rethinkdb/rethinkdb/blob/next/drivers/javascript/net.coffee#L265-L309

Currently, the proxy only supports the JSON protocol. https://github.com/rethinkdb/rethinkdb/blob/next/drivers/javascript/net.coffee#L59-L62