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

sql: mark use of Gossip as deprecated #47972

Merged
merged 1 commit into from
Apr 28, 2020
Merged

Commits on Apr 24, 2020

  1. sql: mark use of Gossip as deprecated

    This commit wraps Gossip in a wrapper when it is used in SQL. This small
    wrapper helpfully keeps track, in code, of work that needs to be done to
    enable multi-tenancy, and ensures that any deprecated use of Gossip is
    associated with a Github issue. The wrapper also makes sure we're not
    introducing new dependencies on Gossip.
    
    Note that this wrapper is more than an option type: it wraps an object
    that is always there (at least at the beginning), but we can configure
    the wrapper to pretend that it isn't there (for callers that can handle
    that).
    
    Release note: None
    tbg committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    f5776dc View commit details
    Browse the repository at this point in the history