Consuming Google Pub Sub Messages

Burch, Michael 21 Reputation points
2021-04-27T16:47:31.023+00:00

Hello,
I'm working on solutioning a process to consume a Google Pub Sub topic from Azure. There are so many different methods available in the Azure cloud services offering, so this is why I'm keeping it very general, and looking for any guidance on a proven solution pattern.

The high-level overview is the customer wants to consume HR (People) data from a GPS Topic and compare the values from an application output of user data to validate if the user is still an active employee.

Any high-level guidance would be greatly appreciated.

In advance, thank you
Micahel

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,784 questions
Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
564 questions
{count} votes

Accepted answer
  1. MartinJaffer-MSFT 26,036 Reputation points
    2021-04-27T19:13:09.787+00:00

    Hello @Burch, Michael and welcome to Microsoft Q&A. Thank you for providing some high level background.

    Solution patterns can be found in the Azure Architecture Center.

    I would like to flush out your situation in a little more detail. Below is my understanding of your situation. This makes many assumptions, so please feel free to correct me.

    You have a list of people, perhaps users of an application. Some are very active, some do not use it much, some have not used it in a long time.
    Your appllication pushes notification of usage via Google Pub Sub. These notices contain among other things, the user's ID and the date/time of usage as it happens.
    You want to consume the notices to update your list of users with the most recent date/time they used the application. With this information you can decide whether the use is active and should be kept, or is "retired" and should be "archived".

    There are many Azure services. Whether there are any other Azure services you wish to integrate with can make a large difference.

    0 comments No comments

0 additional answers

Sort by: Most helpful