Thibaut Nijs

Results 18 comments of Thibaut Nijs

The bulk request should just drop the logs in my opinion, as that request has exceeded it's max retry count. The issue is that once all nodes in the connection...

Thank you @delvedor but in my case that's not what's happening really. The splitterstream disposes after a document is dropped and the max retries are done plus all nodes being...

I've rewritten the lib.js file to suit our needs. This currently works, when the splitter.destroy gets called I resurrect the pool and reinitialize the client bulk request. Setting autodestroy to...

I must add I am only using a single node in this setup. So maybe this is only occurring when the pool only has 1 single endpoint

As this issue is the last one that's open. Overriding the following packages in package.json will temporarily fix it by forcing rc-1 to be used ```json "overrides": { "nuxi": "3.0.0-rc.1",...

I've created a PR #65 as per @exreplay's findings: https://github.com/intlify/nuxt3/issues/64#issuecomment-1127416063 The patch has been found to work with RC.3

@androcado Try adding @intlify/nuxt3 to modules, not buildModules in the nuxt config.

@androcado What does your package-lock.json look like? I've recreated the application using your exact specification, albeit on MacOS Would you mind sharing your package-lock please? I'll try to get a...