camunda-community-hub / zeebe-client-node-js

Node.js client library for Zeebe Microservices Orchestration Engine
https://camunda-community-hub.github.io/zeebe-client-node-js/
Apache License 2.0
152 stars 38 forks source link

Feature: Adaptive Backpressure #181

Closed jwulf closed 12 months ago

jwulf commented 4 years ago

Expected Behavior

Adaptive backpressure - the client uses a sliding window to detect:

celanthe commented 3 years ago

/lm add enhancement

jwulf commented 2 years ago

The Java client currently backs off the job worker on GRPC_ERROR_8 Backpressure error from the server.

jwulf commented 12 months ago

Not going to implement at this stage.