You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a Kafka listener in the Notification service that consumes the notification events and saves them into Mongo collection.
Also add two endpoints, one to fetch all notifications per user, and another to mark all notifications as read per user.
When marking as read, be sure that the logged-in user is the one whose notifications you're changing.
The text was updated successfully, but these errors were encountered:
Create a Kafka listener in the Notification service that consumes the notification events and saves them into Mongo collection.
Also add two endpoints, one to fetch all notifications per user, and another to mark all notifications as read per user.
When marking as read, be sure that the logged-in user is the one whose notifications you're changing.
The text was updated successfully, but these errors were encountered: