Benson Liu
Benson Liu
Their new versions are also not on the npm registry. They are [recommending](https://docs.sheetjs.com/docs/getting-started/installation/nodejs) people to install the dependency from a tar file instead.
> Fixed by `"@confluentinc/schemaregistry": "1.3.1"` It looks like there are other issues: https://github.com/confluentinc/confluent-kafka-javascript/issues/299
The primary issue for this ticket has been resolved.
My use case is for a polling script that has a graceful shutdown function where receiving a SIGTERM will start cleaning up and sending a signal to abort. The graceful...
> Resolved it by adding new openssl path > > export CPPFLAGS=-I/opt/homebrew/Cellar/openssl@3/3.4.0/include > export LDFLAGS=-L/opt/homebrew/Cellar/openssl@3/3.4.0/lib > > And created a readme update PR: [#1112](https://github.com/Blizzard/node-rdkafka/pull/1112) You can also try [Confluent's Javascript...
Someone created a PR: https://github.com/coveooss/exponential-backoff/pull/70 I also put my use case for it.