Hi @seth.hoenig
Yeah, your answer is right, i need to use consul-template.
As for reference, i’ve fixed the problem as mentioned about consul-template in the last github comment here:
So the code would be:
{{ range $dc := datacenters }}{{ $service := print "seaweedfs-server@" $dc }}{{ range service $service }}{{ .Address }}:{{ .Port }},{{ end }}{{ end }}