Package es.kukenan.smartfi.kafka.config
Class KafkaProducerConfig
java.lang.Object
es.kukenan.smartfi.kafka.config.KafkaProducerConfig
@PropertySource("classpath:kafka-config.properties")
@Configuration
@RefreshScope
public class KafkaProducerConfig
extends Object
Create the configuration needed to exchange requests and responses through the mail channel.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionEventConsumerFactory.EventConsumerFactory.
-
Field Details
-
bootstrapAddress
Topic exchange to publish to.
-
-
Constructor Details
-
KafkaProducerConfig
public KafkaProducerConfig()
-
-
Method Details