Changing code comments to reflect getting rid of port override.
This commit is contained in:
parent
0dec820951
commit
7f104dce70
2 changed files with 3 additions and 5 deletions
|
@ -99,8 +99,7 @@ func main() {
|
|||
fmt.Println("zkUrl: ", zkUrl)
|
||||
clientOptions = append(clientOptions, realis.ZKUrl(zkUrl))
|
||||
} else {
|
||||
clientOptions = append(clientOptions, realis.SchedulerUrl(url),
|
||||
realis.ZookeeperOptions(realis.ZKAuroraPortOverride(2343), realis.ZKAuroraSchemeOverride("https")))
|
||||
clientOptions = append(clientOptions, realis.SchedulerUrl(url))
|
||||
}
|
||||
|
||||
r, err = realis.NewRealisClient(clientOptions...)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue