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

Generic Callouts #6555

Open
ripienaar opened this issue Feb 21, 2025 · 0 comments
Open

Generic Callouts #6555

ripienaar opened this issue Feb 21, 2025 · 0 comments
Labels
2.12 needs design Needs design or ADR proposal Enhancement idea or proposal

Comments

@ripienaar
Copy link
Contributor

ripienaar commented Feb 21, 2025

Proposed change

On the back of success with Auth Callouts we should look at a framework for generic callouts to be placed in various other scenarios:

  • Place a gateway controller in-front of a subject space like $JS.API.> where the controller might pass requests through a policy engine or schema validation before passing them to JetStream
  • Place a controller in the import/export point between accounts so that the exporter can asset that only well formed (those matching a schema) should pass over the export
  • Selecting messages off streams as described in Expand Consumer Groups #6554

We may focus at first on request-reply scenarios as, in those scenarios, ordering guarantees are a bit relaxed. However to be clear in no case may we break the core promises of we already have around ordering.

Use case

Expansion of our security, schema and visibility initiatives. Feels to me like something to do after #6554

Contribution

No response

@ripienaar ripienaar added 2.12 needs design Needs design or ADR proposal Enhancement idea or proposal labels Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.12 needs design Needs design or ADR proposal Enhancement idea or proposal
Projects
None yet
Development

No branches or pull requests

1 participant