FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Asynchronous overhaul by NotJustAnna · Pull Request #46 · rethinkdb/rethinkdb-java · GitHub

Asynchronous overhaul - #46

Merged
NotJustAnna merged 17 commits into
developfrom
feature/async-connection
Apr 21, 2020
Merged

Asynchronous overhaul#46
NotJustAnna merged 17 commits into
developfrom
feature/async-connection

Conversation

NotJustAnna commented Apr 20, 2020
edited
Loading

Copy link
Copy Markdown
Member

This pull request implements the following:

  • Support for daemon threads on the response pump.
  • Detaching response parsing from the read loop.
  • Asynchronous connect/reconnect/close methods.
  • ReqlAst queries are more resource efficient by replacing empty OptArgs with null.
  • A lot of documentation.

Reverted:

  • Connection#unwrapLists was removed.
  • db-url support for auth keys was removed.

Deprecated:

  • Deprecated auth keys support.

Adrian Todt and others added 8 commits March 22, 2020 16:12
NotJustAnna added this to the v2.4.3 milestone Apr 20, 2020
NotJustAnna force-pushed the feature/async-connection branch from b60f939 to 3181f5a Compare April 20, 2020 03:37
NotJustAnna merged commit 8fc00d5 into develop Apr 21, 2020
NotJustAnna deleted the feature/async-connection branch April 21, 2020 16:53
NotJustAnna mentioned this pull request May 8, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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

Successfully merging this pull request may close these issues.

1 participant


Back | FazBrowse Home | New Git URL