question

BurchMichael-1803 avatar image
0 Votes"
BurchMichael-1803 asked MartinJaffer-MSFT commented

Consuming Google Pub Sub Messages

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-managementazure-event-hubs
· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

@BurchMichael-1803 did my answer solve your issue? If so, please mark as accepted answer, otherwise please tell me how I may better assist.

0 Votes 0 ·

@BurchMichael-1803 if you found your own solution, please share here with the community.

0 Votes 0 ·

1 Answer

MartinJaffer-MSFT avatar image
0 Votes"
MartinJaffer-MSFT answered

Hello @BurchMichael-1803 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.


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.