Stephen Dahl
Stephen Dahl
It would be helpful to have a NatsStreamingCluster example with all possible options just to see everything that is available. For example in one of the examples it shows setting...
zongji is overwhelming downstream processes with to much data to fast. I need a way to slow it down until my processor is ready for more. Can this implement a...
Another package I use (node-sass) downloads and builds its native dependencies automatically. It does this by using npm's install and post install hooks: https://github.com/sass/node-sass/blob/887199a28fbed12f18dfecbfa5495aa5d48b2d4e/package.json#L31 their install script: https://github.com/sass/node-sass/blob/master/scripts/install.js their postinstall...
Hi, good work with this so far! Mali should support reflection once it is implemented in the core lib https://github.com/grpc/grpc/blob/master/doc/server-reflection.md https://github.com/grpc/grpc/issues/2568 Or sooner if you dont need them :)
Is it possible to connect to the cluster I am installed in through https://kubernetes.default ? I tried that but keep getting 502 I am on eks and in #55 they...
Optionally use a stateful with PVCs for the StorageOS cluster. You already mount a local volume to each pod in the StorageOS cluster. Replacing that with another storage class would...
add support for presence: false to require an element to be empty? I overwrote the validator in my project to achieve this but it seems like something that the main...
I propose Stream.buffer as a new method that mimics the functionality of the node stream writev function ``` const deleteKeys = new Writable({ highWaterMark: 50, write: (key, encoding, callback) =>...
the readme says > `on(event: 'heartbeat', listener: (lsn: string, timestamp: number, shouldRespond: boolean) => Promise | void)` > A heartbeat check signal has been received from the server. You may...
whoever last committed the lock file committed references to a private verdaccio instance. I am unable to `npm i` on my fork until I deleted the lockfile. ``` npm i...