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
ERROR: TypeError: the promise constructor cannot be invoked directly
See http://goo.gl/MqrFmX
at check (<OMIT>/node_modules/bluebird/js/release/promise.js:86:15)
at new Promise (<OMIT>/node_modules/bluebird/js/release/promise.js:96:9)
at new DeferredPromise (/app/node_modules/@confluentinc/kafka-javascript/lib/kafkajs/_common.js:647:5)
confluent-kafka-javascript Configuration Settings
Additional context
Unfortunately, we have an older NodeJS application which heavily uses Bluebird promises. I'm not sure whether porting it to use native promises will happen anytime soon.
The text was updated successfully, but these errors were encountered:
Environment Information
Steps to Reproduce
Use Bluebird promises in your application.
Then you will receive the following error:
confluent-kafka-javascript Configuration Settings
Additional context
Unfortunately, we have an older NodeJS application which heavily uses Bluebird promises. I'm not sure whether porting it to use native promises will happen anytime soon.
The text was updated successfully, but these errors were encountered: