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
The cppzst package was refactored considerably and the wrapper for KafkaJS is not working with the version 2.0.7.
I looked at the cppzst changes and they refactored to an ECMA module with an index.mjs file which is not supported by typescript at the moment.
They also wrapped compress/decompress in promisify themselves so some parts of the KafkaJS wrapper are not needed anymore.
Installing cppzst 2.0.6 explicitly fixes the issues currently.
I would recommend changing the dependencies of the package to exactly 2.0.6 for now to allow for an issue less installation.
Not sure how to deal with the .mjs import (probably wait for typescript support eventually).
The text was updated successfully, but these errors were encountered:
The cppzst package was refactored considerably and the wrapper for KafkaJS is not working with the version 2.0.7.
I looked at the cppzst changes and they refactored to an ECMA module with an index.mjs file which is not supported by typescript at the moment.
They also wrapped compress/decompress in promisify themselves so some parts of the KafkaJS wrapper are not needed anymore.
Installing cppzst 2.0.6 explicitly fixes the issues currently.
I would recommend changing the dependencies of the package to exactly 2.0.6 for now to allow for an issue less installation.
Not sure how to deal with the .mjs import (probably wait for typescript support eventually).
The text was updated successfully, but these errors were encountered: