[
https://issues.apache.org/jira/browse/FLINK-19930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17400287#comment-17400287
]
Arseniy Tashoyan edited comment on FLINK-19930 at 8/17/21, 12:18 PM:
---------------------------------------------------------------------
The current flink-connector-cassandra is packaged into a fat-jar with the
Cassandra driver shaded inside it. This is very inconvenient: a user cannot
upgrade the Cassandra driver to benefit from a bugfix.
Instead it would better to:
* declare a dependency on the Cassandra driver 4.13.0 (or the latest from 4
series)
* package flink-connector-cassandra as a normal jar, not fat-jar
* say that any backward compatible update to Cassandra driver is supported
(namely any 4.13.x)
Thus users will be able to use any backward compatible Cassandra driver in
their applications and benefit from bugfixes.
was (Author: tashoyan):
The current flink-connector-cassandra is packaged into a fat-jar with the
Cassandra driver shaded inside it. This is very inconvenient: a user cannot
upgrade the Cassandra driver to benefit from a bugfix.
Instead it would better to:
* declare a dependency on the Cassandra driver 4.0.0 (or the latest from 4.0.x
series)
* package flink-connector-cassandra as a normal jar, not fat-jar
* say that any backward compatible update to Cassandra driver is supported
(namely any 4.0.x)
Thus users will be able to use any backward compatible Cassandra driver in
their applications and benefit from bugfixes.
> Upgrade cassandra-driver-core to 4.X
> ------------------------------------
>
> Key: FLINK-19930
> URL: https://issues.apache.org/jira/browse/FLINK-19930
> Project: Flink
> Issue Type: Improvement
> Components: Connectors / Cassandra
> Reporter: Chesnay Schepler
> Priority: Minor
> Labels: auto-deprioritized-major
>
> Our current cassandra driver version is 3.0.0, which by now is 4 years old.
> We may want to investigate switching to the re-branded
> com.datastax.oss:java-driver-core 4.9.0.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)