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

Support multiple gateways in the same process #261

Closed
wants to merge 1 commit into from

Commits on Oct 28, 2020

  1. Support multiple gateways in the same process

    This PR makes it so that getting a query planner creates a new planner every time and never overrides it.
    We've added a new function named `updatePlannerSchema` that overrides a specific planner.
    
    This hopefully fixes #210
    This implementation is suggested instead of #226 to keep things simple.
    Ran Magen committed Oct 28, 2020
    Configuration menu
    Copy the full SHA
    2ad4b0d View commit details
    Browse the repository at this point in the history