Class KafkaProducer
java.lang.Object
callofproject.dev.community.config.kafka.KafkaProducer
- Author:
- Nuri Can ÖZTÜRK Kafka Producer
-
Constructor Summary
ConstructorsConstructorDescriptionKafkaProducer(org.apache.kafka.clients.admin.NewTopic notificationTopic, org.springframework.kafka.core.KafkaTemplate<String, NotificationKafkaDTO> kafkaTemplate) Constructor -
Method Summary
Modifier and TypeMethodDescriptionvoidsendNotification(NotificationKafkaDTO message) Send notification
-
Constructor Details
-
KafkaProducer
public KafkaProducer(@Qualifier("notificationTopic") org.apache.kafka.clients.admin.NewTopic notificationTopic, org.springframework.kafka.core.KafkaTemplate<String, NotificationKafkaDTO> kafkaTemplate) Constructor- Parameters:
notificationTopic- topickafkaTemplate- kafka template
-
-
Method Details
-
sendNotification
Send notification- Parameters:
message- message
-