Uses of Package
io.github.devlibx.easy.messaging.config
Packages that use io.github.devlibx.easy.messaging.config
-
Classes in io.github.devlibx.easy.messaging.config used by io.github.devlibx.easy.messaging.serviceClassDescriptionA 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