-
-
Notifications
You must be signed in to change notification settings - Fork 544
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
Conflict With Grok-Js #623
Comments
The only way I can see these two libraries conflict is if one of them mutates the environment, a global, altering the behaviour of some native functionality. A quick glance at the code of It'll be pretty hard to spot, which is exactly why the practice of mutating the environment shouldn't have passed code-review on this end. Good luck hunting it down, happy to help if you find anything more concrete! |
This is because This breaks KafkaJS because in this line we pass an iterable to Closing this, as it has nothing to do with KafkaJS. |
🤦♀️ |
When the library grok-js is imported to an app with
kafkajs
the output ofawait producer.send()
is an empty array.See minimal example here.
In this example, if
const grok = require('grok-js');
is uncommented kafkajs will stop working.Issue submitted to grok-js here.
The text was updated successfully, but these errors were encountered: