Patrick (Gus) Heck
Patrick (Gus) Heck
A recent discussion on another project made me realize that the FTI solution provided thus far only works well in a case where the DAG has only one output to...
The SimpleFilewatchScanner is living up to it's name... it's a bit too simple. It would be nice to be able to specify includes and excludes using either apache ant style...
I installed the snap, popped open localhost:9000 and entered a local zk connection, and got connection refused. So I went to check that I had my zk running via listing...
If I define a log target with options that include customPretifiers as shown in [Readme.md](https://github.com/pinojs/pino-pretty/blob/master/Readme.md?plain=1#L318) two problems arise: 1) The functions shown in the example don't seem to exist 2)...
We do not currently support Java 17, but support should be added. This may be somewhat difficult however, Here's what one gets with ```` openjdk 17.0.6 2023-01-17 LTS OpenJDK Runtime...
As it stands (and as it will be for 1.0) the Fault tolerance implementation attempts to ensure at most once delivery in a manner that approaches only once delivery. Failure...
The current visualization is great for understanding the shape of your DAG, but does not provide a good idea how busy each step is which will be critical to performance...
At Haystack conference I got a clear picture of just how popular OpenSearch is becoming. This ticket will add a processor that can send documents to OpenSearch. I expect this...
The current paradigm starts up Cassandra before doing anything. This is slow and should be unnecessary for plans that just want to feed everything they find blindly. It would also...
The initial candidate for this is to consume line files from lucene-util (the Lucene benchmarks). This should give us 33million 1k docs to play with.