Upgrade of Cassandra driver in connector

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Upgrade of Cassandra driver in connector

Thms Hmm
Hey,
are there any plans to upgrade the version of the Cassandra driver to a newer one?

Currently the driver v3.0 is integrated which dates back to 2016 and we are having problems getting this working with AD authentication and Cassandra V4.x.

Also the shading makes it not possible to easily exchange the driver. Is that correct?

Thanks for your help.

Kind regards
Thomas

Reply | Threaded
Open this post in threaded view
|

Re: Upgrade of Cassandra driver in connector

Aljoscha Krettek
Hi Thomas!

On 09.04.20 11:35, Thms Hmm wrote:
> Hey,
> are there any plans to upgrade the version of the Cassandra driver to a
> newer one?

There is this Jira issue, along with a PR:
https://issues.apache.org/jira/browse/FLINK-8424. But no-one has worked
on it for a while. There were some difficulties in getting it to work
even with that "minor" update. I'd be very happy if someone with more
Cassandra experience would pick up this issue.

> Also the shading makes it not possible to easily exchange the driver. Is
> that correct?

Yes, the shading makes it impossible to exchange the driver, I'd say.

Best,
Aljoscha
Reply | Threaded
Open this post in threaded view
|

Re: Upgrade of Cassandra driver in connector

Ismaël Mejía
Just for info the Cassandra client version 4 driver does not leak
guava anymore, but represents a considerable API change so maybe worth
to explore that as an alternative to 'modernize' the connector.

On Thu, Apr 9, 2020 at 1:54 PM Aljoscha Krettek <[hidden email]> wrote:

>
> Hi Thomas!
>
> On 09.04.20 11:35, Thms Hmm wrote:
> > Hey,
> > are there any plans to upgrade the version of the Cassandra driver to a
> > newer one?
>
> There is this Jira issue, along with a PR:
> https://issues.apache.org/jira/browse/FLINK-8424. But no-one has worked
> on it for a while. There were some difficulties in getting it to work
> even with that "minor" update. I'd be very happy if someone with more
> Cassandra experience would pick up this issue.
>
> > Also the shading makes it not possible to easily exchange the driver. Is
> > that correct?
>
> Yes, the shading makes it impossible to exchange the driver, I'd say.
>
> Best,
> Aljoscha
Reply | Threaded
Open this post in threaded view
|

Fwd: Upgrade of Cassandra driver in connector

Thms Hmm
Hi Aljoscha and Ismaël,
thanks for your fast reply and sorry for my late reply. I'll keep an eye on the pull request. If I find the time I will try to get the connector running with v4 by myself. Are there any ideas out there regarding modernization or did you just mention it because of the changes the new driver introduces?

Am Do., 9. Apr. 2020 um 14:01 Uhr schrieb Ismaël Mejía <[hidden email]>:
Just for info the Cassandra client version 4 driver does not leak
guava anymore, but represents a considerable API change so maybe worth
to explore that as an alternative to 'modernize' the connector.

On Thu, Apr 9, 2020 at 1:54 PM Aljoscha Krettek <[hidden email]> wrote:
>
> Hi Thomas!
>
> On 09.04.20 11:35, Thms Hmm wrote:
> > Hey,
> > are there any plans to upgrade the version of the Cassandra driver to a
> > newer one?
>
> There is this Jira issue, along with a PR:
> https://issues.apache.org/jira/browse/FLINK-8424. But no-one has worked
> on it for a while. There were some difficulties in getting it to work
> even with that "minor" update. I'd be very happy if someone with more
> Cassandra experience would pick up this issue.
>
> > Also the shading makes it not possible to easily exchange the driver. Is
> > that correct?
>
> Yes, the shading makes it impossible to exchange the driver, I'd say.
>
> Best,
> Aljoscha