-
Notifications
You must be signed in to change notification settings - Fork 34
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
Add support for Node v16 #113
Comments
Hi there! I have noticed this too, does anyone knows if this is being develop or is gonna be taken care of in the near future? Thanks, |
Hi! I can check it |
Managed to make this work on Node v16. By just updating the node-rdkafka version to 2.12.0 thru resolution in package.json: Hope this helps! |
I tried it with npm and overrides attribute, it did not work for me, but maybe cause im using an M1 Silicon (arm) |
Thanks. We are supporting a lot of npm and node versions. Right now it's not an option for us to use |
hi @kirrg001 what versions are you using? I am doing some tests with version to see the best way to fix this problem with node 16 |
We are currently supporting Node v10 - v18 |
Hi there!
We have noticed that kafka-avro@latest does not work with Node v16.
Looks like it's caused by node-rdkafka dependency, see
See Blizzard/node-rdkafka#892
Thanks,
Kate
The text was updated successfully, but these errors were encountered: