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-test.yml Maven / Gradle / Ivy

There is a newer version: 1.4.3
Show newest version
baasflow:
    events:
        disabled: "false"
        # generic kafka configuration
        kafka:
            msk: "true"
            brokers: "localhost:9092"
            key-serializer: "org.apache.kafka.common.serialization.StringSerializer"
            value-serializer: "org.apache.kafka.common.serialization.ByteArraySerializer"
        channels:
            audit:
                topic: "auditlog"
                kafka:
                    brokers: "localhost:9092"
                    msk: "true"
            generic:
                topic: "events"




© 2015 - 2024 Weber Informatics LLC | Privacy Policy