Need information On Zeebe Exception

Hi,
I’m using zeebe 8.3.x and while doing performance test I observed 2 kind of exception from zeebe engine.

  1. rpc error: code = ResourceExhausted desc = Reached maximum capacity of requests handled
  2. rpc error: code = DeadlineExceed

Both exception thrown by zbc.Client.NewPublishMessageCommand(…)

I would like to know when these exception thrown by engine.

It would be great if you specify reason for each exception so that I can analyze and come up with alternative solution.

Thank you in advance.

Hi @camundabpmlearner,

This response is a result of high backpressure. Take a look here (and in the links) for further details: Internal processing | Camunda 8 Docs

Hope this helps, Ingo

Hi @Ingo_Richtsmeier
Thank you for the response. Can you please provide input for exception " 1. rpc error: code = DeadlineExceed" ?