项目作者: confluentinc

项目描述 :
Kafka Connect suite of connectors for Cloud storage (Amazon S3)
高级语言: Java
项目地址: git://github.com/confluentinc/kafka-connect-storage-cloud.git
创建时间: 2016-11-21T17:18:28Z
项目社区:https://github.com/confluentinc/kafka-connect-storage-cloud

开源协议:Other

下载


Kafka Connect Connector for S3

FOSSA Status

kafka-connect-storage-cloud is the repository for Confluent’s Kafka Connectors
designed to be used to copy data from Kafka into Amazon S3.

Kafka Connect Sink Connector for Amazon Simple Storage Service (S3)

Documentation for this connector can be found here.

Blogpost for this connector can be found here.

Development

To build a development version you’ll need a recent version of Kafka
as well as a set of upstream Confluent projects, which you’ll have to build from their appropriate snapshot branch.
See the kafka-connect-storage-common FAQ
for guidance on this process.

You can build kafka-connect-storage-cloud with Maven using the standard lifecycle phases.

Running Integration Tests

Integration tests are run as part of mvn install; however one needs to first configure the environment variableAWS_CREDENTIALS_PATH to point to a json file path with following structure:

  1. {
  2. "aws_access_key_id": "<key>",
  3. "aws_secret_access_key": "<secret>"
  4. }

Contribute

License

This project is licensed under the Confluent Community License.

FOSSA Status