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

gital.digiwf.example-digiwf-alw-integration.0.0.1.source-code.application.yml Maven / Gradle / Ivy

server:
  port: 10006

logging.level.io.muenchendigital.digiwf: DEBUG

spring:

  # config for digiwf-spring-cloudstream-utils
  # see [digiwf-spring-cloudstream-utils#getting-started](https://github.com/it-at-m/digiwf-spring-cloudstream-utils#getting-started)
  ## binder config
  cloud.stream.kafka.binder.consumerProperties.key.deserializer: org.springframework.kafka.support.serializer.JsonDeserializer
  cloud.stream.kafka.binder.consumerProperties.value.deserializer: org.springframework.kafka.support.serializer.JsonDeserializer
  cloud.stream.kafka.binder.producerProperties.key.serializer: org.springframework.kafka.support.serializer.JsonSerializer
  cloud.stream.kafka.binder.producerProperties.value.serializer: org.springframework.kafka.support.serializer.JsonSerializer
  kafka.consumer.properties.spring.json.trusted.packages: "*"
  cloud.stream.kafka.binder.consumerProperties.auto.offset.reset: latest
  cloud.stream.kafka.binder.configuration.security.protocol: SSL
  cloud.function.definition: functionRouter;sendMessage;sendCorrelateMessage;
  cloud.stream.kafka.binder.brokers: 
  kafka.ssl.key-store-location: 
  kafka.ssl.trust-store-location: 
  kafka.ssl.key-store-password: 
  kafka.ssl.trust-store-password: 
  kafka.ssl.key-password: 
  ## function routing config
  cloud.stream.bindings.functionRouter-in-0.group: @project.artifactId@
  cloud.stream.bindings.functionRouter-in-0.destination: 

  # kafka config
  cloud.stream.bindings.sendMessage-out-0.destination: 
  cloud.stream.bindings.sendCorrelateMessage-out-0.destination: 

# DigiWF config
digiwf.alw.personeninfo:
  base-url: 
  rest-endpoint: 
  timeout: 1500
  username: 
  password: 
  functional-ping:
    enabled: true
    azr-number: 




© 2015 - 2025 Weber Informatics LLC | Privacy Policy