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

config.defaults-storage-driver-pravega.yaml Maven / Gradle / Ivy

There is a newer version: 4.2.31
Show newest version
---
storage:
  driver:
    control:
      timeoutMillis: 10000
    event:
      transaction: false
      key:
        enabled: false
        count: 0
      timeoutMillis: 100
    scaling:
      type: fixed
      rate: 0
      factor: 0
      segments: 1
    stream:
      data: events
  namespace: goose
  net:
    bindBacklogSize: 0
    interestOpQueued: false
    keepAlive: true
    linger: 0
    reuseAddr: true
    rcvBuf: 0
    sndBuf: 0
    tcpNoDelay: true
    timeoutMillis: 0
    ssl: false
    uri:
      schema: tcp
    node:
      addrs:
        - 127.0.0.1
      port: 9090
      connAttemptsLimit: 0




© 2015 - 2025 Weber Informatics LLC | Privacy Policy