Josh Wulf

Results 72 comments of Josh Wulf

I created a PR for function-origin, and published a patched package @sitapati/active-handles

This was requested by a user: https://forum.camunda.io/t/can-i-specify-a-specific-version-of-the-dmn-decision-table-to-use-in-a-business-rule-task/38976

I used it for a year under Mojave. I switched my keyboards to Halmak via hardware profiles last week.

See these issues: https://github.com/camunda/zeebe/issues/6155 https://github.com/camunda/zeebe/issues/8090 https://github.com/camunda-community-hub/zeebe-docker-compose/issues/49 Not sure if you can run the whole stack on an M1 chip yet. You may have to use Rosetta, another machine on your...

Hi @vobu, thank you for this! The PR is still in draft - is it ready for review / merging yet? Anything left to do? Josh

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

Also got this error: ``` [1] 42000 floating point exception npm run test:integration ```

Haven't been able to reproduce running against Camunda Cloud Hosted 1.4.0-alpha2 from a Mac.

This is most probably due to either `grpc.keepalive_time_ms` or `grpc.http2.min_time_between_pings_ms` setting in [src/lib/GrpcClient.ts](https://github.com/camunda-community-hub/zeebe-client-node-js/blob/master/src/lib/GrpcClient.ts). Making these configurable via env vars and constructor will be the way to go.

Reproducer under construction: https://github.com/jwulf/zeebe-node-262-reproducer