1. Tracing Which Internal Consumer Read Each Webhook Event (One Registration, One Queue)

    [PROGRAMMING]

    Use one webhook registration, land the payload in a durable queue, and make every internal consumer acknowledge its own copy. That is the least complex design that survives a downs…