cockroachdb / cockroach-go

Packages for go clients.
Apache License 2.0
159 stars 70 forks source link

Allow single node clusters to override port #153

Closed pawalt closed 2 years ago

pawalt commented 2 years ago

Previously, the port option could only be overridden if you were running multiple cockroach nodes. This commit changes the behavior such that you can override from port 0 to any arbitrary port in the single node configuration.

cockroach-teamcity commented 2 years ago

This change is Reviewable

rafiss commented 2 years ago

thanks for improving this!