Expand my Community achievements bar.

Join expert-led sessions on Real-Time CDP & Journey Optimizer designed to boost your impact.

HTTP API Streaming Ingestion Failure

Avatar

Level 1

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

Avatar

Level 4

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.