Sebastian Klose
Sebastian Klose
Unfortunately, I do not have enough time to spare to actively maintain this library and address all the open feature requests and bug reports. Therefore, I am looking for somebody...
The module should expose a HTTP client (including APM support) and could potentially include a HTTP RPC server implementation (similar to how gRPC works). Also investigate sink with potential batching...
`ProtoMessageEncoder` should return a `UInt8Array` instead of a `Buffer` object (the TypeScript typedef files of the underlying library are wrong). This will be breaking change for new data, we need...
This can cause a lot of spurious queries into Cosmos if the service only handles a fraction of the incoming messages. Supporting this optimization will likely require some refactoring as...
Cookie Cutter has a mechanism to detect if an application is hanging and won't shutdown gracefully. That is done with a simple timer that kills the process if the process...
It may be useful for gRPC services to opt-into disabling certain optimistic concurrency checks in order to increase throughput / availability. When a gRPC operation handler only reads state, but...
It is currently possible for a Cookie Cutter application to deadlock when running in Concurrent or RPC mode: 1. the input queue is full 2. the message processor takes out...
It seems that packages that require to run `node-gyp` during installation break docker caching / layer reuse. Investigate this further and potentially find a way to avoid compiling things on...