-
Notifications
You must be signed in to change notification settings - Fork 7
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
@confluent/kafka-javascript@0.4.0 not compatible with Node 18 #152
Comments
Hey @justjake , is the install failing due to this? I checked with node 18, and though I get a similar error, the installation actually works fine for me:
In any case, I do plan to address this to stop this issue (I think I might just drop it from the kafka client). I did plan to do a post-release installation to verify it's working across platforms, I've just not gotten around to doing it yet. |
Having the package in package.json causes CI to fail. |
We've removed extra packages (including lru-cache) from the Kafka client with #162 , it should be fixed when we make the next release. |
#163 Downgraded lru-cache to the latest legacy version compatible with node 18. |
Hi, we've begun experiencing crashes in production due to an assertion fixed in upstream rdkafka here: confluentinc/librdkafka#4833 It would be great for 0.4.1 to hit NPM as soon as possible so we can upgrade |
Fixed with 0.5.2 which has the latest version of librdkafka |
Environment Information
Steps to Reproduce
Package
lru-cache@11
doesn't support Node 18. I suggest you downgrade your requirement to lru-cache 10, and use CI to runnpm install
on a matrix of your supported platforms to prevent similar regressions in the future.The text was updated successfully, but these errors were encountered: