Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

This article pertains to: INFORM (V2)

What is the maximum number of stream allowed to be created for the Streaming API

Validic allows up to 5 streams per access group. For each stream, up to 20 connections can be established. However, for replay streams, 5 replay stream may be created but each stream can only have up to 5 connections established.

In order to create a new stream when the limit is reached, an existing stream needs to first be deleted before creating a new one - https://helpdocs.validic.com/docs/delete-a-stream. There must be no current established connections for the stream when it is being deleted, otherwise this will return an error.

  • No labels