Skip to content

Instantly share code, notes, and snippets.

@garystafford
Last active August 8, 2021 19:16
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/77925a7531f159b3e17b6ed91e2e35c2 to your computer and use it in GitHub Desktop.
Save garystafford/77925a7531f159b3e17b6ed91e2e35c2 to your computer and use it in GitHub Desktop.
{
"connector.class": "io.confluent.connect.s3.S3SinkConnector",
"tasks.max": 1,
"topics.regex": "pagila.public.(.*)",
"table.name.format": "${topic}",
"s3.region": "us-east-1",
"s3.bucket.name": "your-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