You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered:
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:
$JS.API.>
where the controller might pass requests through a policy engine or schema validation before passing them to JetStreamWe 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
The text was updated successfully, but these errors were encountered: