You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed "gobetween" as a service in my windows laptop using NSSM. It's installed as a service successfully and service is running also. Below are the lines I changed into "gobetween.toml" file.
`# ---------- tcp example ----------- #
[servers.solrcloud]
protocol = "tcp"
bind = "localhost:3010"
Hi
I have installed 3 solr instances in my machine as "https://solr1:9000", "https://solr2:9002" and "https://solr3:9003" when I hit any of these URL's it's loading fine.
I have installed "gobetween" as a service in my windows laptop using NSSM. It's installed as a service successfully and service is running also. Below are the lines I changed into "gobetween.toml" file.
`# ---------- tcp example ----------- #
[servers.solrcloud]
protocol = "tcp"
bind = "localhost:3010"
[servers.solrcloud.discovery]
kind = "static"
static_list = ["localhost:9000","localhost:9002","localhost:9003"]`
Issues/Questions:
Can you help me on this?
The text was updated successfully, but these errors were encountered: