1 package de.juplo.kafka.outbox.delivery;
5 import org.springframework.boot.context.properties.ConfigurationProperties;
8 @ConfigurationProperties("de.juplo.kafka.outbox")
11 public class ApplicationProperties
13 String bootstrapServers = "localhost:9092";
14 String topic = "outbox";