Hi,
I’m using zeebe 8.3.x and while doing performance test I observed 2 kind of exception from zeebe engine.
- rpc error: code = ResourceExhausted desc = Reached maximum capacity of requests handled
- 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.