Lucci is asking if the open-source version of RisingWave supports distributed compute nodes as they have set it up in Kubernetes and only see one compute/compactor pod.
Lucci
Asked on Apr 25, 2023
Yes, the open-source version of RisingWave supports distributed compute nodes. You can specify the number of each type of node using the replicas
section in the configuration file. Here is an example of how you can configure the number of nodes for each type:
replicas:
meta: 1
frontend: 1
compute: 1
compactor: 1