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
When requesting data from the user microservice, there will be instances that we won't need to get users that already exist in the UserReport DB. This task requires you to only request users that do not exist in your database already.
Look into Kafka Streams or Kafka Observables for this task, so that we can filter the users we need on the fly right when consuming the user data.
WHAT TO DO:
RESOURCES:
(KAFKA-OBSERVABLES)
(KAFKA-STREAMS)
DONE: