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 Consumer called 'NewFocusScore', and when you subscribe to this event you will pass the data into your service called insertSession()
Create a Producer called 'EndSession', and which requires Kafka streams to compute the session duration of that user's recording session as well as sending that user's current session objects to another microservice.
Insert these objects into mongodb whenever you receive them
WHAT TO DO: