Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New version of cppzst (2.0.7) breaks package #3

Open
TheZwieback opened this issue Nov 24, 2020 · 2 comments
Open

New version of cppzst (2.0.7) breaks package #3

TheZwieback opened this issue Nov 24, 2020 · 2 comments

Comments

@TheZwieback
Copy link

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).

@yiranzhan9
Copy link
Contributor

^

@Nevon
Copy link
Member

Nevon commented Apr 20, 2021

v0.1.1 has been released with the workaround from #4. I'll keep this open as it's still an issue that we are stuck on this version of cppzst.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants