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

events.baasflow-events-spring-boot-starter.1.3.1.source-code.application.yml Maven / Gradle / Ivy

There is a newer version: 1.4.3
Show newest version
baasflow:
    events:
        disabled: false
        kafka:
            msk: true
            brokers: ""
            connection-timeout-ms: 1000
            request-timeout-ms: 1000
            retries-count: 3
            retry-backoff-ms: 100
            glue-aws-region: "eu-central-1"
            glue-registry-name: "baasflow-dev"
            glue-schema-name: "BinXLogEvents"
            local-schema-registry-endpoint: "localhost:8081"
        channels:
            audit:
                topic: "auditlog"
            generic:
                topic: "genericlog"

management:
    endpoint:
        health:
            group:
                kafka:
                    include: "kafka"
                    show-details: "always"




© 2015 - 2024 Weber Informatics LLC | Privacy Policy