Vigith Maurice
Vigith Maurice
# Summary What change needs making? # Use Cases When would you use this? --- **Message from the maintainers**: If you wish to see this enhancement implemented please add a...
# Summary ISB TPS is directly proportional to latency between ISB pods. (e.g., 1ms = 1000 TPS). We will have to measure the latency post deployments to check for latency...
# Summary What change needs making? # Use Cases When would you use this? --- **Message from the maintainers**: If you wish to see this enhancement implemented please add a...
# Summary We use [encoding/binary](https://pkg.go.dev/encoding/binary) for serde. We need to standardize on a wire format that is scalable and also supports backward compatibility. `encoding/binary` encourages using `gob` or `protobuf`; I...
```[tasklist] ### Numaflow Tasks - [x] Update MonoVertex Source Transformer - [x] Update Pipeline Source Transformer ``` ```[tasklist] ### SDK Tasks - [x] Golang - [ ] Python - [...
```[tasklist] ### Tasks - [ ] api for showing Sink Invocation Latency for a Monovertex - [ ] api for filtering the time series by time - [ ] api...
# Summary Pave a path for including builtins into MonoVertex # Use Cases support Builtins --- **Message from the maintainers**: If you wish to see this enhancement implemented please add...
# Summary The integration between numa and SDK server should be via gRPC Streaming and not unary for better performance. We should even move half-duplex to bi-di. # Use Cases...