hello, everyone.
I recently started use benthos sink with javascript processor.
And it's implemented using this library, goja.
And I figured out that when I run some JS modules like below
const request = require('request');
I got an error that GoError: Invalid module.
Some modules work well like (lru-cache, ua-parser-js, ...), but there are problems with some modules like request/axios/http/fetch...
hello, everyone. I recently started use benthos sink with javascript processor. And it's implemented using this library, goja. And I figured out that when I run some JS modules like below
I got an error that
GoError: Invalid module
. Some modules work well like (lru-cache, ua-parser-js, ...), but there are problems with some modules like request/axios/http/fetch...