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
/artifacts/node_modules/node-rdkafka/lib/error.js:408
} else if (!util.isError(e)) {
^
TypeError: util.isError is not a function
at new LibrdKafkaError (/artifacts/node_modules/node-rdkafka/lib/error.js:408:20)
at Function.createLibrdkafkaError [as create] (/artifacts/node_modules/node-rdkafka/lib/error.js:456:10)
at /artifacts/node_modules/node-rdkafka/lib/kafka-consumer.js:510:29
Expected Behavior
The library should work without issues after upgrading to v3.3.0 in Node.js v23.
Actual Behavior
The application crashes at runtime due to TypeError: util.isError is not a function.
Additional Context
This issue seems to be caused by util.isError() was deprecated and removed in v23, see nodejs/node@dc379626ab
The text was updated successfully, but these errors were encountered:
Environment Information
Steps to Reproduce
node-rdkafka
to version 3.3.0Error Log
Expected Behavior
The library should work without issues after upgrading to v3.3.0 in Node.js v23.
Actual Behavior
The application crashes at runtime due to TypeError: util.isError is not a function.
Additional Context
This issue seems to be caused by
util.isError()
was deprecated and removed in v23, see nodejs/node@dc379626abThe text was updated successfully, but these errors were encountered: