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
This is probably part of a larger conversation for when larger pieces of our organisation require events that aren't strictly tied to api resources. Opened here for tracking purposes.
An example of this is the real time distribution api, which is slated to support events of hundreds and thousands requests/s. Emitting all of that into a common topic is unwieldy and costly. Subscription filtering can help reduce load but can be difficult to configure correctly.
We should explore an alternative model with tighter more configurable scopes for easy management and efficiency, and integrate this with Reslang and the api-specs tooling.
The text was updated successfully, but these errors were encountered:
This is probably part of a larger conversation for when larger pieces of our organisation require events that aren't strictly tied to api resources. Opened here for tracking purposes.
An example of this is the real time distribution api, which is slated to support events of hundreds and thousands requests/s. Emitting all of that into a common topic is unwieldy and costly. Subscription filtering can help reduce load but can be difficult to configure correctly.
We should explore an alternative model with tighter more configurable scopes for easy management and efficiency, and integrate this with Reslang and the api-specs tooling.
The text was updated successfully, but these errors were encountered: