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

nalytics.kinesis_2.13.0.8.0-M4.source-code.reference.conf Maven / Gradle / Ivy

There is a newer version: 0.8.2-M1
Show newest version
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
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy