Hey folks, I have a kafka consumer running its job on render server for my production workload. The render service randomly failed with this error message:
Nov 17 11:06:22 AM2261 | "brotliDecompressSync",
Nov 17 11:06:22 AM2262 | "createBrotliCompress",
Nov 17 11:06:22 AM2263 | "createBrotliDecompress"
Nov 17 11:06:22 AM2264 | ])
Nov 17 11:06:22 AM2265 |
Nov 17 11:06:22 AM2266 | exports[method] = function(buffer, opts, callback) {
Nov 17 11:06:22 AM ^
Nov 17 11:06:22 AMerror: zlib.createBrotliDecompress is not implemented
Nov 17 11:06:22 AM at node:zlib:2266:64
Nov 17 11:06:22 AM at handleResponse (/opt/render/project/src/apps/processors/dist/index.js:43317:27)
Nov 17 11:06:22 AM at /opt/render/project/src/apps/processors/dist/index.js:16863:6
Nov 17 11:06:22 AM at /opt/render/project/src/apps/processors/dist/index.js:16521:6
Nov 17 11:06:22 AM at node:http:902:28
Nov 17 11:06:22 AM at processTicksAndRejections (:61:76)
I tried restarting my service a few times, and the error consistently showed up in about 5mins of processing.
I also cannot reproduce this error when running my kafka consumer locally.
My node version is 18.14.2