Altinn / altinn-notifications

Altinn platform microservice for handling notifications (mail, sms, etc)
MIT License
2 stars 3 forks source link

POC: Implement synchronous interaction between Notification services #544

Open acn-sbuad opened 1 month ago

acn-sbuad commented 1 month ago

Description

We want to remove the dependency on Kafka. Question is if we need to replace Kafka with a different messaging service or if we can go without. Goal for this issue is to create a POC where Notifications, Notifications Email and Notifications Sms communicate through APIs instead of through Kafka.

It will need to be considered how the logic covered by topics used internally within a single component is solved

Additional Information

No response

Tasks

Acceptance Criterias

No response