I deployed RisingWave via helm on k3s but encountered an error when trying to create a table with NATS connector. Is there a specific version I should use to include support for the NATS connector?
Declan Harrison
Asked on Mar 14, 2024
The RisingWave image version that includes support for the NATS connector is v1.7.1.
When deploying RisingWave via helm, ensure to set the image tag to v1.7.1 to have NATS connector support.
Example command for helm installation with the correct image tag:
$ helm install rising-wave risingwavelabs/risingwave --set wait=true --set image.tag=v1.7.1 --set tags.minio=true --set tags.etcd=true --namespace rising-wave