Skip to content

Commit

Permalink
docs: add note about transparent_reconnection (apache#14953)
Browse files Browse the repository at this point in the history
* add note about transparent_reconnection

* Update docs/api-reference/sql-jdbc.md
  • Loading branch information
317brian authored Sep 11, 2023
1 parent 7871e63 commit 3a453f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/api-reference/sql-jdbc.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ sidebar_label: SQL JDBC driver


You can make [Druid SQL](../querying/sql.md) queries using the [Avatica JDBC driver](https://calcite.apache.org/avatica/downloads/).
We recommend using Avatica JDBC driver version 1.22.0 or later.
We recommend using Avatica JDBC driver version 1.23.0 or later. Note that starting with Avatica 1.21.0, you may need to set the [`transparent_reconnection`](https://calcite.apache.org/avatica/docs/client_reference.html#transparent_reconnection) property to `true` if you notice intermittent query failures.

Once you've downloaded the Avatica client jar, add it to your classpath.

Example connection string:
Expand Down

0 comments on commit 3a453f7

Please sign in to comment.