Net library for kafkajs #3017
tomasbilos
started this conversation in
Node.js APIs
Replies: 2 comments
-
@anonrig will be working on that, see #2721 (reply in thread) |
Beta Was this translation helpful? Give feedback.
0 replies
-
The implementation of @tomasbilos please let us know if that works for you! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to run kafkajs client in workers. Having set
compatibility_flags = [ "nodejs_compat" ]
andcompatibility_date = "2024-09-23"
I get the following error in both wrangler dev and in deployed workerFailed to connect: [unenv] net.connect is not implemented yet!
It would be nice to have this implemented in Cloudflare otherwise I have to do a workaround using proxy that adds complexity to overall solution.
I found some discussion that might be related regarding sockets and mongodb here.
Beta Was this translation helpful? Give feedback.
All reactions