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

fix DEFAULT queue, if current region routing is defined #603

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

mpalriwal-Netflix
Copy link
Member

@mpalriwal-Netflix mpalriwal-Netflix commented Nov 18, 2024

If we have defined a routing for region r1 => r2


when current regionr2 (No Change)

  • < r1 :: Queue(r2)> any r1 data will go to r2
  • < _DEFAULT :: Queue(r2)> all other regions data will go to r2

when current region r1

  • < r1 :: Queue(r2)> any r1 data will go to r2 (No Change)

    Before
       * < _DEFAULT :: Queue(r1)>     ``any non r1 data should go to r1 (not an ideal case)``
    
    After
      * < _DEFAULT :: Queue(r2)>     ``any non r1 data should go same as defined routing``
    

@mpalriwal-Netflix mpalriwal-Netflix changed the title Skip DEFAULT queue, is current region routing is defined Skip DEFAULT queue, if current region routing is defined Nov 18, 2024
@mpalriwal-Netflix mpalriwal-Netflix changed the title Skip DEFAULT queue, if current region routing is defined fix DEFAULT queue, if current region routing is defined Nov 18, 2024
@brharrington
Copy link
Contributor

Can you rebase?

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.

2 participants