v1.1.3
Major Changes
- Enhanced autoscaling peeking logic [#1432]
- Fixed Kafka source duplicate message issue [#1438]
- Fixed a bug of cycle topology pipeline (#1447)
Pull Requests
Installation
kubectl create namespace numaflow-system
# Install numaflow controller and UI
kubectl apply -n numaflow-system -f https://github.com/numaproj/numaflow/releases/download/v1.1.3/install.yaml
# Install validating webhook (Optional)
kubectl apply -n numaflow-system -f https://github.com/numaproj/numaflow/releases/download/v1.1.3/validating-webhook-install.yaml