Pub/Sub Delayer Service

After a specific delay, the service republishes a pubsub message to the desired topic. If you are interested in why this service is necessary, please look at the motivation section.

How to use it

Publish a pubsub message to the topic pubsub-delayer with the following attributes:

  • me-pubsub-delayer/delay: A string indicating the desired delay. For example: 1d12h, 12000ms, 500s, 1m32s

  • me-pubsub-delayer/topic: The topic where to republish the message after the delay.

For more info, please have a look at the Architecture Section