|
|
|
|
|
by jganetsk
3871 days ago
|
|
Cloud Pub/Sub engineer here. You can create as many consumers as you want. You can create them offline and bring them up and down whenever you want. Each consumer will receive a full copy of the stream, starting with its sync point (subscriber creation). Each message is delivered, and redelivered, to each consumer until that consumer acks that message. If I understand your point correctly, the only expectation we haven't matched is the ability to "go back and start again". We hear you. |
|