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

ss.digiwf.digiwf-example-integration-example.1.0.1.source-code.application.yml Maven / Gradle / Ivy

There is a newer version: 1.7.2
Show newest version
server:
  port: 8092
spring:
  cloud:
    stream:
      function:
        routing:
          enabled: 'true'
      bindings:
        functionRouter-in-0:
          group: "dwf-digiwf-engine-local-01"
          destination: "digiwf-example-integration-local-01,dwf-connector-incident-local-01,dwf-connector-bpmnerror-local-01,dwf-digiwf-engine-local-01"
        sendMessage-out-0:
          destination: "digiwf-example-integration-local-01"
      kafka:
        binder:
          brokers: "${KAFKA_BOOTSTRAP_SERVER:localhost}:${KAFKA_BOOTSTRAP_SERVER_PORT:29092}"
          producerProperties:
            value:
              serializer: org.springframework.kafka.support.serializer.JsonSerializer
            key:
              serializer: org.springframework.kafka.support.serializer.JsonSerializer
          consumerProperties:
            auto:
              offset:
                reset: latest
            value:
              deserializer: org.springframework.kafka.support.serializer.JsonDeserializer
            key:
              deserializer: org.springframework.kafka.support.serializer.JsonDeserializer
          configuration:
            security:
              protocol: "${KAFKA_SECURITY_PROTOCOL:PLAINTEXT}"
    function:
      definition: functionRouter;sendMessage;
  kafka:
    consumer:
      properties:
        spring:
          json:
            trusted:
              packages: "*"
io:
  muenchendigital:
    digiwf:
      message:
        incidentDestination: "dwf-connector-incident-local-01"
        bpmnErrorDestination: "dwf-connector-bpmnerror-local-01"
        correlateMessageDestination: "dwf-digiwf-engine-local-01"
        typeMappings:
          exampleIntegration: "exampleIntegration"
          dwf-connector-incident-local-01: "onIncidentConsumer"
          dwf-connector-bpmnerror-local-01: "onBpmnErrorConsumer"
          correlatemessagev01: "correlateMessageConsumer"




© 2015 - 2025 Weber Informatics LLC | Privacy Policy