Florian Fendt
Florian Fendt
Hi there, when playing around with Kafka connections I found a missing metric entry when having authentication problems with the used Kafka service provider. There are success metrics for the...
Fixes issue #2445 Building the postgres storage plugin fails on ARM (tested with v7 and v8) due to a typecast error. Adjusting the type fixed the problem.
The proxy implementation in the NodeJS implementation of the JS client is currently capable of using the `HTTPS_PROXY` and `HTTP_PROXY` environment variables and will automatically proxy requests if those are...
The buffered implementation for WebSockets has bug that it will try to send the buffered messages to the WebSocket before the WebSocket has finished connecting. From what I can observe...
Add JUnit test reports for the javascript tests. Can be done using the [jest-junit](https://www.npmjs.com/package/jest-junit) reporter.
The WebSocket implementation of the client API currently is very difficult to read, understand and extend. When reading the code (or the tests for it), it is not possible to...
Currently the JS client only allows receiving events via WebSocket. We should also provide an implementation that uses the existing SSE API that is already provided by Eclipse Ditto. Note:...
npm since v7 uses a [new lockfile format](https://docs.npmjs.com/cli/v7/configuring-npm/package-lock-json#lockfileversion) for storing dependencies in `package-lock.json`. Current behavior when the CLI is used with the new format: No dependencies are found and thus...
There's a log statement for feature cycles which prints a wrong cycle. This can be reproduced using this unit test for the FeatureCycle class: ```javascript it('should log the correct dependency...
**Describe the bug** I am trying to listen to the `PageUp` key. On some keyboards this can be also triggered on the Numpad. Using the separate `PageUp` key results in...