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
The current event stream API does not allow specification of a stream within an application. It is assumed that every application has exactly one stream (as is the case with Verity).
We need to support multiple streams per application. This could be done by adding an additional piece of information to the API - a "partition ID" or "stream ID".
Another approach would be to simply rename "application ID" to "stream ID" within the consume request. Verity would simply use the application as the stream ID, whereas Veracity would be free to expose multiple streams with other IDs.
Regardless of the approach taken, the event stream API will need a way to enumerate the available streams.
There may also be a requirement to include "site" information in the API.
The text was updated successfully, but these errors were encountered:
The current event stream API does not allow specification of a stream within an application. It is assumed that every application has exactly one stream (as is the case with Verity).
We need to support multiple streams per application. This could be done by adding an additional piece of information to the API - a "partition ID" or "stream ID".
Another approach would be to simply rename "application ID" to "stream ID" within the consume request. Verity would simply use the application as the stream ID, whereas Veracity would be free to expose multiple streams with other IDs.
Regardless of the approach taken, the event stream API will need a way to enumerate the available streams.
There may also be a requirement to include "site" information in the API.
The text was updated successfully, but these errors were encountered: