-
Notifications
You must be signed in to change notification settings - Fork 43
Add new Java modules to the list of Tarantool connectors #2340
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
Conversation
|
@akudiyar thanks for the PR! Give us a little time to proofread and translate this. |
doc/book/connectors/__java.rst
Outdated
| * `cartridge-java <http://github.com/tarantool/cartridge-java/>`__ | ||
| supports both single Tarantool nodes and clusters, | ||
| as well as applications built using the :doc:`Cartridge framework </book/cartridge>` and its modules. | ||
| Tarantool team actively updates this module with newest Tarantool features. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@akudiyar is this right? Do we intend to further develop this module?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And I removed the line about the Netty framework because I don't see how it helps make the choice.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Tarantool team actively updates this module with newest Tarantool features. | |
| The Tarantool team actively updates this module with the newest Tarantool features. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this right? Do we intend to further develop this module?
Yes, a good addition.
I removed the line about the Netty framework
I think it must be left as it was, since in the Java world Netty framework is associated with smart and high load-ready things, and is a default option for an asynchronous network back-end. Also, it is opposed to a "hand-written" transport subsystem of the old driver.
doc/book/connectors/__java.rst
Outdated
| * `tarantool-java <http://github.com/tarantool/tarantool-java/>`__ | ||
| works with early Tarantool versions (1.6 and later), | ||
| and offers JDBC interface support for single Tarantool nodes. | ||
| This module has *no active maintenance* and |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| This module has *no active maintenance* and | |
| This module *isn't currently maintained* and |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I used "no active maintenance" as a marker here since this combination was used in another place of the text. I think we need some common "deprecated" marker for such things.
Co-authored-by: Patience Daur <patiencedaur@gmail.com>
Co-authored-by: Patience Daur <patiencedaur@gmail.com>
Fixes https://github.com/tarantool/tarantool.io/issues/693