numaflow icon indicating copy to clipboard operation
numaflow copied to clipboard

Kubernetes-native platform to run massively parallel data/streaming jobs

Results 198 numaflow issues
Sort by recently updated
recently updated
newest added

Ability to add pod names as a dimension to show time series at pod level. NOTE: It should be generic enough to add other dimensions easily.

debuggability

Ability for users to filter the time series by a specific pod/pods. NOTE: should be generic enough to filter the metrics by other dimensions.

debuggability

# Summary Currently, the numaflow UI offers real-time status updates at various levels, including vertex, pod, and container levels with enough context. To enhance debuggability, we should extend this capability...

debuggability

# 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...

enhancement