Expand my Community achievements bar.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.

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 5

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.