Skip to content

Instantly share code, notes, and snippets.

@Swalloow
Last active November 17, 2018 06:28
Show Gist options
  • Save Swalloow/6dcc4604ca3847afa631d35ffaa24ac4 to your computer and use it in GitHub Desktop.
Save Swalloow/6dcc4604ca3847afa631d35ffaa24ac4 to your computer and use it in GitHub Desktop.
name=s3-sink
connector.class=io.confluent.connect.s3.S3SinkConnector
tasks.max=1
topics=my-topic-name
s3.region=ap-northeast-2
s3.bucket.name=my-bucket-name
s3.compression.type=gzip
s3.part.size=5242880
flush.size=3
storage.class=io.confluent.connect.s3.storage.S3Storage
format.class=io.confluent.connect.s3.format.json.JsonFormat
schema.generator.class=io.confluent.connect.storage.hive.schema.DefaultSchemaGenerator
partitioner.class=io.confluent.connect.storage.partitioner.TimeBasedPartitioner
partition.duration.ms=3600000
path.format=YYYY-MM-dd
locale=KR
timezone=UTC
schema.compatibility=NONE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment