I have a topic with one subscription on pubsub. Each instance of my nodejs server listens to the subscription. Whenever there is a message, if it is delivered to any one of the server instances, the other instances do not receive it. Is there a way to make each instance receive the message?
Or will I have to create separate subscription for each instance?
If you want every instance of a server to receive the message, then you need to use separate subscriptions. There are two forms of having multiple subscribers: