nalytics.kinesis_2.13.0.8.0-M4.source-code.reference.conf Maven / Gradle / Ivy
snowplow.defaults: {
sources: {
kinesis: {
workerIdentifier: ${?HOSTNAME}
initialPosition: {
type: "LATEST"
}
retrievalMode: {
type: "Polling"
maxRecords: 1000
}
leaseDuration: "10 seconds"
}
}
sinks: {
kinesis: {
throttledBackoffPolicy: {
minBackoff: "100 millis"
maxBackoff: "1 second"
}
recordLimit: 500
byteLimit: 5242880
maxRecordSize: 1000000
}
}
}