-
## Current Behavior
Process using Kuzzle SDK is consuming every affected CPU
Thread dump of process have several hundreds of :
```
"Thread-555" #932 [977] daemon prio=5 os_prio=0 cpu=2405…
-
Tried to use this in a production environment and after some debugging i found out that the code is outdated regarding how to use Kuzzle-SDK in vanilla js.
Here is the new code so you can update it…
-
The single update() operation is not affected because its code is different.
The bug is at /lib/service/storage/elasticsearch.ts#L3120, _processExtract():
_source: Object.assign({}, meta…
-
Hi, I'm using Kuzzle SDK JS for a React Native mobile application and ESP32 devices (using WebSocket custom calls in C/C++ for them).
Both are using API Keys for authentication. So for C++, I'm jus…
-
Redirected by https://github.com/microsoft/vscode-cpptools/issues/3789
**Type: LanguageService**
**Describe the bug**
- macOS Mojave 10.14.5
- VSCODE : 1.35.1
- TS 3.5.1
**To Reproduce**
…
-
checks:
- stars > 10
- not archived
- has `package.json`
- has `package-lock.json`
- hasn't `yarn.lock`
- hasn't `pnpm-lock.yaml`
- `package-lock.json` was updated less than 6 months ago
- is …
-
Hello,
Trying to use `core:realtime:user:unsubscribe:after` to generate a side effect. I do need to access `subscription.kuid` field, but when I refresh my browser page I don't have access to kuid …
-
Hi,
I'm writing my own new TypeScript SDK because I'm not happy with the provided one and this helps me understand how Kuzzle works under the hood. Therefore I want to implement the auto-resubscrib…
-
Hello kuzzle
- I'm trying to create an asset using the API. I have read the documentation [here](https://next-docs.kuzzle.io/official-plugins/device-manager/2/controllers/assets/create/),
- In the…
xdien updated
9 months ago
-
## Feature Description
As we know, soon Elasticsearch will go EOL. We are upgrading little by little our storageEngine to use typescript. This will help us migrate to the new version of the…