docs(jdbc): add adapter ha support#35342
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the Java connector documentation to describe the new adapterHA property for WebSocket connections, covering adapter high availability and load balancing requirements.
Changes:
- Adds
TSDBDriver.PROPERTY_KEY_ADAPTER_HAto the English Java connector properties list. - Adds the same
adapterHAdocumentation to the Chinese Java connector reference.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| docs/en/14-reference/05-connector/14-java.md | Documents the WebSocket-only adapterHA configuration option and version requirement. |
| docs/zh/14-reference/05-connector/14-java.mdx | Adds the corresponding Chinese documentation for adapterHA. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Code Review
This pull request adds documentation for the adapterHA configuration property in the Java connector reference for both English and Chinese versions. This property enables high availability for adapter endpoints when using WebSocket connections. Review feedback focuses on improving the phrasing and consistency of the documentation, including suggestions for more natural English terminology and more formal Chinese wording.
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
c6e8b3f to
ef9c98c
Compare
Description
add adapter ha support in websocket connection
Issue(s)
Checklist
Please check the items in the checklist if applicable.