Skip to content

Enable random assignment of all couchbase ports

Choose a tag to compare

@tchlyah tchlyah released this 23 Aug 09:51
· 3 commits to master since this release

Until now, only some ports could be random, as Couchbase Java SDK permit to configure only some ports :

All other ports can't be changed by Java SDK, there are sadly fixed :

  • 8092 : Queries, views, XDCR
  • 8093 : REST/HTTP Query service
  • 8094 : REST/HTTP Search Service
  • 8095 : REST/HTTP Analytic service

Now all ports are random!