Skip to content

abyssnlp/kafka-kinesis-connector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kafka connector for Kinesis

Develop

Kafka connector sink for AWS kinesis data streams.

Inspired from / Fork of: AWSLabs Connector

To run locally

  1. From the project root: mvn package
  2. Configure config/worker.properties for kafka connect worker
  3. Configure config/kafka-kinesis-streams-connector.properties for connector specific properties
  4. The full list of properties is here
  5. Add the path to the connector jar in the worker.properties:
    plugin.path=<path-to-project>/kafka-kinesis-connector/target/kafka-kinesis-connector-0.0.1-SNAPSHOT.jar
  6. Run it with connect-standalone like so:
    connect-standalone.sh $PWD/config/worker.properties $PWD/config/kafka-kinesis-streams-connector.properties
  7. If running with saml, it needs the AWS env vars for credentials:
    saml2aws exec -- connect-standalone.sh $PWD/config/worker.properties $PWD/config/kafka-kinesis-streams-connector.properties

About

Kafka to Kinesis Connector

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published