You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BufferMaker is marked as not longer maintained and raises DeprecationWarning: Buffer() is deprecated due to security and usability issues. refer to Nodejs buffer constructor deprecation
May you consider using other package instead? or taking over the maintenance?
Environment
Node version: 10.16.3
Kafka-node version: 4.1.1
The text was updated successfully, but these errors were encountered:
Buffermaker has a strict version dependency in it:
"dependencies": {
"long": "1.1.2"
},
This breaks gRPC, if kafka-node is installed before the gRPC package that is a dependency of zeebe-node.
The fix for that may be as simple as forking, unlocking the dependency, publishing a package with a more relaxed semver, and depending on that for kafka-node.
BufferMaker is marked as not longer maintained and raises
DeprecationWarning: Buffer() is deprecated due to security and usability issues.
refer to Nodejs buffer constructor deprecationMay you consider using other package instead? or taking over the maintenance?
Environment
The text was updated successfully, but these errors were encountered: