Vigith Maurice

Results 65 issues of Vigith Maurice

We internally rely on eventrouter to log events to stdout, which is then relayed to our central logging platform. Then came a requirement that we have to publish the events...

# Summary With session window reducer introduced, we updated our proto for reducer. We need to make corresponding changes to Python SDK. ```[tasklist] ### Tasks - [ ] https://github.com/numaproj/numaflow/issues/1545 -...

area/reduce

We should have a top-level tab to show the clients we support and links to documentation and examples.

documentation

# Summary Numaflow pipeline authors should be able to test the end-to-end pipeline spec and validate the outputs from the Sink based on the data they sent to the Source....

enhancement
testing

# Summary Numaflow improves throughput by pushing the next "work" to any available processing unit and thus inherently does out-of-order processing (similar to other stream processing platforms). However, there are...

enhancement
nice-to-have

Since we cannot have two different container types, we could do as follows. `${prefix}/numaflow/${UDContainer-type}/server-info` `${prefix}/numaflow/${UDContainer-type}/uds.sock` `{$prefix}` could be `/tmp/` or `/var/run/` based on `NUMAFLOW_POD` env var, so it is easy...

area/controller

https://github.com/numaproj/numaflow-java/issues/96

testing

how do we quantify the reliability, availability, and performance of a Numaflow pipeline? While pipelines differ in their business objectives, what are the common denominators of core / key metrics...

opex

This is going to be a security concern. The `Authorization` header is supposed to be only accessed by the client who initializes the request, and the server who receives the...

enhancement
security

# Summary Today the edge-color color is boolean based on `isFull` flag, but it should be a gradient from 0 to isFull.

enhancement
area/ui