Package io.github.devlibx.easy.messaging.config
package io.github.devlibx.easy.messaging.config
-
ClassesClassDescriptionA sample configuration: ====================== messaging: producers: sampleProducer: topic: some_topic brokers: localhost:9092 sync: false retries: 1 acks: 1 consumers: sampleConsumer: topic: some_topic broker: localhost:9092 sync: true