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

eval: add a rewrite module to handle queries with namespaces. #1675

Merged
merged 2 commits into from
Aug 20, 2024

Commits on Aug 1, 2024

  1. eval: add a rewrite module to handle queries with namespaces.

    If configured via `atlas.eval.stream.rewrite-url`, data source URIs are sent to a
    rewriting service. Responses with errors are then dropped and the caller notified.
    Valid rewrites continue processing.
    manolama committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    7834969 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. eval: Add caching and continuous retries to the DataSourceRewriter.

    Some uses, e.g. the atlas-stream case, entail updating the data sources for a
    flow when new subscriptions are added or existing subscriptions dropped.
    This will return cached rewrites for individual queries in the event the
    rewrite backend is unavailable. Calls will continue for the rewrite service
    until a successful response is received, at which point it will update the
    cache and forward the rewrites downstream.
    
    f
    manolama committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    6cb347a View commit details
    Browse the repository at this point in the history