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

c-mongoose.mongoose-storage-driver-pravega.4.2.28.source-code.config-schema-storage-pravega.yaml Maven / Gradle / Ivy

There is a newer version: 4.2.31
Show newest version
---
storage:
  driver:
    create:
      timestamp: boolean
    control:
      scope: boolean
      stream: boolean
      timeoutMillis: long
    event:
      transaction: boolean
      key:
        enabled: boolean
        count: long
      timeoutMillis: long
    read:
      tail: boolean
    scaling:
      type: string
      rate: int
      factor: int
      segments: int
    stream:
      data: string
  namespace: string
  net:
    bindBacklogSize: int
    interestOpQueued: boolean
    keepAlive: boolean
    linger: int
    maxConnPerSegmentstore: int
    reuseAddr: boolean
    rcvBuf: int
    sndBuf: int
    tcpNoDelay: boolean
    timeoutMillis: int
    ssl: boolean
    uri:
      schema: string
    node:
      addrs: list
      port: int
      conn:
        attemptsLimit: int
        pooling: boolean




© 2015 - 2025 Weber Informatics LLC | Privacy Policy