[Django]-How to create a subscriber with PubSub on Google Cloud App Engine that listens to a message via Publisher from a Google Cloud App Engine Flex?

3👍

1.Create a pubsub topic

2.App Engine Flex Application will publish messages to the topic you created

3.Google App Engine Django Application will receive this messages (receiving messages using pull subscriptions or receiving messages using push subscriptions

Leave a comment