Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature - Support for delayed exchange #3

Open
wants to merge 8 commits into
base: dev_master
Choose a base branch
from

Conversation

ashmeet13
Copy link

@ashmeet13 ashmeet13 commented Sep 28, 2022

How does the delayed exchange work?

Whenever an event is published to delayed exchange the event after the delay duration gets routed to the default hedwig queue. Subscribers do not need to subscribe to the delay queue. They can continue being subscribed to the default hedwig exchange and they would receive from there.

Requires extensive testing -

  1. We upgrade go/sys version
  2. Logic changes to support Queue Arguments
  3. Adding the new delayed publisher.

Also requires changes in go-tools to support -

  1. Queue Arguments
  2. Delayed Publish

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant