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:
    create:
      timestamp: false
    control:
      scope: true
      stream: true
      timeoutMillis: 2000
    event:
      transaction: false
      key:
        enabled: false
        count: 0
      timeoutMillis: 100
    read:
      tail: false
    scaling:
      type: fixed
      rate: 0
      factor: 0
      segments: 1
    stream:
      data: events
  namespace: goose
  net:
    bindBacklogSize: 0
    interestOpQueued: false
    keepAlive: true
    linger: 0
    maxConnPerSegmentstore: 5
    reuseAddr: true
    rcvBuf: 0
    sndBuf: 0
    tcpNoDelay: true
    timeoutMillis: 0
    ssl: false
    uri:
      schema: tcp
    node:
      addrs:
        - 127.0.0.1
      port: 9090
      conn:
        attemptsLimit: 0
        pooling: true




© 2015 - 2025 Weber Informatics LLC | Privacy Policy