Skip to content

Instantly share code, notes, and snippets.

@garystafford
Created August 9, 2021 00:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save garystafford/34f382e32ddd8db28fcc15782d40794b to your computer and use it in GitHub Desktop.
Save garystafford/34f382e32ddd8db28fcc15782d40794b to your computer and use it in GitHub Desktop.
{
"connector.class": "io.confluent.connect.s3.S3SinkConnector",
"tasks.max": 1,
"topics": "pagila.public.alt.address",
"s3.region": "us-east-1",
"s3.bucket.name": "you-s3-bucket",
"s3.part.size": 5242880,
"flush.size": 100,
"rotate.schedule.interval.ms": 60000,
"timezone": "UTC",
"storage.class": "io.confluent.connect.s3.storage.S3Storage",
"format.class": "io.confluent.connect.s3.format.json.JsonFormat",
"partitioner.class": "io.confluent.connect.storage.partitioner.DefaultPartitioner",
"schema.compatibility": "NONE"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment