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

Add support for Node v16 #113

Open
kirrg001 opened this issue Feb 28, 2022 · 7 comments
Open

Add support for Node v16 #113

kirrg001 opened this issue Feb 28, 2022 · 7 comments

Comments

@kirrg001
Copy link

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

@e-osuna-g
Copy link

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,
Ernesto

@ricardohbin
Copy link
Collaborator

Hi! I can check it

@romeosunio
Copy link

romeosunio commented May 11, 2022

Managed to make this work on Node v16. By just updating the node-rdkafka version to 2.12.0 thru resolution in package.json:
"resolutions": { "kafka-avro/node-rdkafka": "^2.12.0" }

Hope this helps!

@e-osuna-g
Copy link

Managed to make this work on Node v16. By just updating the node-rdkafka version to 2.12.0 thru resolution in package.json: "resolutions": { "kafka-avro/node-rdkafka": "^2.12.0" }

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)
@kirrg001 can you try this solution ?

@kirrg001
Copy link
Author

Thanks. We are supporting a lot of npm and node versions. Right now it's not an option for us to use overrides.

@ricardohbin
Copy link
Collaborator

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

@kirrg001
Copy link
Author

We are currently supporting Node v10 - v18

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

4 participants