You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The execution engine behind this processor provides full ECMAScript 5.1 support (including regex and strict mode). Most of the ECMAScript 6 spec is implemented but this is a work in progress.
Imports via require should work similarly to NodeJS, and access to the console is supported which will print via the Redpanda Connect logger. More caveats can be found on GitHub.
For these same reasons, the k6 team at Grafana recently forked Goja into Sobek, where they merged their long-outstanding PR for ES Module support. It also looks like they've been merging all other commits to Goja.
Given these advancements, and the deeper resources available at Grafana, it seems to me that it would be prudent to switch to Sobek.
The text was updated successfully, but these errors were encountered:
The JavaScript Processor uses Goja, and you have these caveats in your docs.
For these same reasons, the k6 team at Grafana recently forked Goja into Sobek, where they merged their long-outstanding PR for ES Module support. It also looks like they've been merging all other commits to Goja.
Given these advancements, and the deeper resources available at Grafana, it seems to me that it would be prudent to switch to Sobek.
The text was updated successfully, but these errors were encountered: