Skip to content

findify/flink-connector-cassandra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flink Cassandra connector unbundled

CI Status License: Apache 2 Last commit Last release

This project is a forked version of an official Flink Cassandra connector, but with the following changes:

  • Cassandra driver is upgraded to the latest 3.10 version (instead of 5 year old 3.0)
  • Driver code is not bundled into the jar, so there won't be classpath conflicts on building fat jars
  • Migrated to the more recent Guava 27.x so it won't conflict with the Flink's one.

Usage

To install, use the following maven coordinates:

<dependency>
  <groupId>io.findify</groupId>
  <artifactId>flink-connector-cassandra_2.12</artifactId>
  <version>1.14.4-1</version>
</dependency>

Versioning schema attempts to match the upstream, but with extra -N suffix, if there were a couple of extra code changes released on top.

License

Featury is licensed under the Apache 2.0.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages