However, this gave me an error because the goja version that Redpanda Connect is using is outdated and does not support BigInt. I created a custom build where I updated the goja and goja_nodejs packages to the latest version, and the pipeline started to work.
Is there any chance these packages could be updated, so that a custom build is no longer needed?
Hi, I tried using the
Math.js
(https://mathjs.org/) library in thejavascript
processor:However, this gave me an error because the
goja
version that Redpanda Connect is using is outdated and does not supportBigInt
. I created a custom build where I updated thegoja
andgoja_nodejs
packages to the latest version, and the pipeline started to work.Is there any chance these packages could be updated, so that a custom build is no longer needed?