Spool dir Connector Plugin

This Kafka Connect connector provides the capability to watch a directory for files and read the data as new files are written to the input directory. Each of the records in the input file will be converted based on the user supplied schema.

License

License

GroupId

GroupId

com.hurence.logisland
ArtifactId

ArtifactId

logisland-connector-spooldir
Last Version

Last Version

1.4.0
Release Date

Release Date

Type

Type

jar
Description

Description

Spool dir Connector Plugin
This Kafka Connect connector provides the capability to watch a directory for files and read the data as new files are written to the input directory. Each of the records in the input file will be converted based on the user supplied schema.
Project Organization

Project Organization

Hurence - Big Data Experts.

Download logisland-connector-spooldir

How to add to project

<!-- https://jarcasting.com/artifacts/com.hurence.logisland/logisland-connector-spooldir/ -->
<dependency>
    <groupId>com.hurence.logisland</groupId>
    <artifactId>logisland-connector-spooldir</artifactId>
    <version>1.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.hurence.logisland/logisland-connector-spooldir/
implementation 'com.hurence.logisland:logisland-connector-spooldir:1.4.0'
// https://jarcasting.com/artifacts/com.hurence.logisland/logisland-connector-spooldir/
implementation ("com.hurence.logisland:logisland-connector-spooldir:1.4.0")
'com.hurence.logisland:logisland-connector-spooldir:jar:1.4.0'
<dependency org="com.hurence.logisland" name="logisland-connector-spooldir" rev="1.4.0">
  <artifact name="logisland-connector-spooldir" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hurence.logisland', module='logisland-connector-spooldir', version='1.4.0')
)
libraryDependencies += "com.hurence.logisland" % "logisland-connector-spooldir" % "1.4.0"
[com.hurence.logisland/logisland-connector-spooldir "1.4.0"]

Dependencies

compile (8)

Group / Artifact Type Version
org.apache.kafka : kafka-clients jar 0.10.2.1
org.apache.kafka : connect-api Optional jar 0.10.2.1
com.opencsv : opencsv jar 3.8
com.fasterxml.jackson.core : jackson-core jar 2.10.1
com.fasterxml.jackson.core : jackson-databind jar 2.10.1
com.github.jcustenborder.kafka.connect : connect-utils jar 0.2.86
com.google.guava : guava jar 28.0-jre
org.slf4j : slf4j-api jar 1.7.16

provided (1)

Group / Artifact Type Version
net.sourceforge.argparse4j : argparse4j jar 0.7.0

runtime (1)

Group / Artifact Type Version
org.junit.vintage : junit-vintage-engine jar 5.5.2

test (4)

Group / Artifact Type Version
org.mockito : mockito-core jar 2.25.1
com.google.code.gson : gson jar 2.8.5
junit : junit jar 4.12
org.junit.jupiter : junit-jupiter jar 5.5.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.4.0