If the Notification service is not directly connected to an SMTP / SMS server and you want to use an external system for sending the notifications, you can use the notification plugin just to forward the notifications to your custom implementation.
KAFKA_TOPIC_NOTIFICATION_INTERNAL_IN
- topic used to trigger the request to send a notificationKAFKA_TOPIC_NOTIFICATION_EXTERNAL_OUT
- the notification will be forwarded on this topic to be handled by an external systemKAFKA_TOPIC_NOTIFICATION_INTERNAL_OUT
- topic used for sending replies after sending the notificationKAFKA_TOPIC_NOTIFICATION_INTERNAL_IN
.KAFKA_TOPIC_EXTERNAL_OUT
.KAFKA_TOPIC_NOTIFICATION_INTERNAL_OUT
: