HTTP API Streaming Ingestion Failure | Community
Skip to main content
New Participant
July 2, 2025
Question

HTTP API Streaming Ingestion Failure

  • July 2, 2025
  • 1 reply
  • 266 views

Hi,

 

I am seeing a failure in HTTP API streaming ingestion - error message is - ECID not found (ECID is a primary identity).

 

Does HTTP API automatically retries to send the payload? If yes, how many times it retries before stopping.

 

Please let me know.

 

Thanks,
Meenal

1 reply

KumarRishii
New Participant
July 2, 2025

If you are seeing "ECID not found" error it means that a required ECID (primary identity) is missing from your payload, which is essential for processing the request.

Regarding automatic retries for HTTP API streaming ingestion:

-Many HTTP APIs do retry automatically for transient errors (like network issues or server-side problems), typically using exponential backoff.
-The number of retries is usually 3-5, but this depends on the service you're using.
-If retries fail, the request may either be discarded or return an error response.