Skip to content

Commit 5899ebb

Browse files
committed
Add Elastic JDBC Driver licence statement
1 parent 6032746 commit 5899ebb

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

docs/content/docs/connectors/datastream/jdbc.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,3 +334,15 @@ Still not supported in Python API.
334334
Please also take Oracle connection pooling into account.
335335

336336
Please refer to the `JdbcXaSinkFunction` documentation for more details.
337+
338+
## License of JDBC driver for Elasticsearch
339+
340+
Flink's JDBC connector defines a Maven dependency on the "JDBC driver for Elasticsearch", which is licensed under
341+
the Elastic License 2.0.
342+
343+
Flink itself neither reuses source code from the "JDBC driver for Elasticsearch"
344+
nor packages binaries from the "JDBC driver for Elasticsearch".
345+
346+
Users that create and publish derivative work based on Flink's JDBC connector (thereby re-distributing
347+
the "JDBC driver for Elasticsearch") must be aware that this may be subject to conditions declared in
348+
the Elastic License 2.0.

docs/content/docs/connectors/table/jdbc.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -995,4 +995,16 @@ Flink supports connect to several databases which uses dialect like MySQL, Oracl
995995
</tbody>
996996
</table>
997997

998+
## License of JDBC driver for Elasticsearch
999+
1000+
Flink's JDBC connector defines a Maven dependency on the "JDBC driver for Elasticsearch", which is licensed under
1001+
the Elastic License 2.0.
1002+
1003+
Flink itself neither reuses source code from the "JDBC driver for Elasticsearch"
1004+
nor packages binaries from the "JDBC driver for Elasticsearch".
1005+
1006+
Users that create and publish derivative work based on Flink's JDBC connector (thereby re-distributing
1007+
the "JDBC driver for Elasticsearch") must be aware that this may be subject to conditions declared in
1008+
the Elastic License 2.0.
1009+
9981010
{{< top >}}

0 commit comments

Comments
 (0)