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

net.corda.schema.Services.yaml Maven / Gradle / Ivy

# TODO: remove db access once the tokenSelection worker has been integrated.
topics:
  ServicesTokenEventTopic:
    name: services.token.event
    consumers:
      - db
      - tokenSelection
    producers:
      - flow
      - db
      - persistence
      - tokenSelection
    config:
  ServicesTokenEventStateTopic:
    name: services.token.event.state
    consumers:
      - db
      - tokenSelection
    producers:
      - db
      - tokenSelection
    config:
      cleanup.policy: compact
      segment.ms: 600000
      delete.retention.ms: 300000
      min.compaction.lag.ms: 60000
      max.compaction.lag.ms: 604800000
      min.cleanable.dirty.ratio: 0.5
  ServicesTokenEventDLQTopic:
    name: services.token.event.dlq
    consumers:
      - db
      - tokenSelection
    producers:
      - db
      - tokenSelection
    config:
  ServicesTokenSyncEventTopic:
    name: services.token.sync.event
    consumers:
      - db
      - tokenSelection
    producers:
      - db
      - tokenSelection
    config:
  ServicesTokenSyncEventStateTopic:
    name: services.token.sync.event.state
    consumers:
      - db
      - tokenSelection
    producers:
      - db
      - tokenSelection
    config:
      cleanup.policy: compact
      segment.ms: 600000
      delete.retention.ms: 300000
      min.compaction.lag.ms: 60000
      max.compaction.lag.ms: 604800000
      min.cleanable.dirty.ratio: 0.5
  ServicesTokenSyncEventDLQTopic:
    name: services.token.sync.event.dlq
    consumers:
      - db
      - tokenSelection
    producers:
      - db
      - tokenSelection
    config:




© 2015 - 2025 Weber Informatics LLC | Privacy Policy