All Downloads are FREE. Search and download functionalities are using the official Maven repository.

test.resources.test.properties Maven / Gradle / Ivy

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy