Skip to content

Commit 1fb8a25

Browse files
committed
Add Elastic JDBC Driver licence statement
1 parent c0dedda commit 1fb8a25

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
@@ -927,4 +927,16 @@ Flink supports connect to several databases which uses dialect like MySQL, Oracl
927927
</tbody>
928928
</table>
929929

930+
## License of JDBC driver for Elasticsearch
931+
932+
Flink's JDBC connector defines a Maven dependency on the "JDBC driver for Elasticsearch", which is licensed under
933+
the Elastic License 2.0.
934+
935+
Flink itself neither reuses source code from the "JDBC driver for Elasticsearch"
936+
nor packages binaries from the "JDBC driver for Elasticsearch".
937+
938+
Users that create and publish derivative work based on Flink's JDBC connector (thereby re-distributing
939+
the "JDBC driver for Elasticsearch") must be aware that this may be subject to conditions declared in
940+
the Elastic License 2.0.
941+
930942
{{< top >}}

0 commit comments

Comments
 (0)