test.resources.test.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kafka-connect-cloudant Show documentation
Show all versions of kafka-connect-cloudant Show documentation
Apache Kafka Connect API connector for Cloudant
The newest version!
# Cloudant connection details. Provide the fully qualified URL
# e.g. https://.cloudant.com/
cloudant.db.url=https://examples.cloudant.com/animaldb
cloudant.db.username=testuser
cloudant.db.password=testpassword
cloudant.db.since=0
# Kafka connection details. Currently only support a local Kafka deployment.
tasks.max=1
batch.size=10000
# Topic name (for an existing topic)
topics=test-topic
# Replication Schema (default: false)
replication=false
cloudant.omit.design.docs=false
# Original tests use the String struct, no flattening
cloudant.value.schema.struct=false
cloudant.value.schema.struct.flatten=false
#Settings for performance tests
performance.url=https://testy-dynamite-020.cloudant.com/performance