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

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

The newest version!
topics:
  FlowEventTopic:
    name: flow.event
    consumers:
      - flow
    producers:
      - db
      - flow
      - flowMapper
      - tokenSelection
    config:
  FlowEventDLQTopic:
    name: flow.event.dlq
    consumers:
      - flow
    producers:
      - flow
    config:
  FlowStatusTopic:
    name: flow.status
    consumers:
      - rest
    producers:
      - flow
      - rest
    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
  FlowMapperCleanupTopic:
    name: flow.mapper.cleanup
    consumers:
      - flowMapper
    producers:
      - flowMapper
    config:
  FlowTimeoutTopic:
    name: flow.timeout
    consumers:
      - flow
    producers:
      - flow
    config:
  FlowMapperStart:
    name: flow.mapper.start
    consumers:
      - flowMapper
    producers:
      - rest
      - flow
    config:
  FlowMapperSessionOut:
    name: flow.mapper.session.out
    consumers:
      - flowMapper
    producers:
      - flow
    config:
  FlowMapperSessionIn:
    name: flow.mapper.session.in
    consumers:
      - flowMapper
    producers:
      - flowMapper
      - link-manager
    config:
  FlowStart:
    name: flow.start
    consumers:
      - flow
    producers:
      - flowMapper
    config:
  FlowSession:
    name: flow.session
    consumers:
      - flow
    producers:
      - flowMapper
      - tokenSelection
    config:
  ExternalMessage:
    name: external.message.sample
    consumers:
      - flow
    producers:
      - flow
    config:




© 2015 - 2025 Weber Informatics LLC | Privacy Policy