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

nalytics.pubsub_2.12.0.8.2-M1.source-code.reference.conf Maven / Gradle / Ivy

There is a newer version: 0.8.0-M5
Show newest version
snowplow.defaults: {
  sources: {
    pubsub: {
      parallelPullFactor: 0.5
      bufferMaxBytes: 10000000
      maxAckExtensionPeriod: "1 hour"
      minDurationPerAckExtension: "60 seconds"
      maxDurationPerAckExtension: "600 seconds"
      gcpUserAgent: {
        productName: "Snowplow OSS"
      }
      shutdownTimeout: "30 seconds"
      maxPullsPerTransportChannel: 16
    }
  }

  sinks: {
    pubsub: {
      batchSize: 1000
      requestByteThreshold: 1000000
      maxRecordSize: 10000000
      gcpUserAgent: {
        productName: "Snowplow OSS"
      }
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy