trino icon indicating copy to clipboard operation
trino copied to clipboard

Expose fixed ports for connectors on local environments

Open vlad-lyutenko opened this issue 2 years ago • 0 comments

Description

Previously ports were randomly bound, which made it harder to work on local environment. Now when running outside of the CI default ports will be used.

Change for:

  • Kafka
  • SqlServer
  • Redis
  • Prometheus
  • Oracle
  • MySQL
  • Mongodb
  • MariaDb
  • Elasticsearch
  • ClickHouse
  • Cassandra

Non-technical explanation

Release notes

(x) This is not user-visible and no release notes are required. ( ) Release notes are required, please propose a release note for me. ( ) Release notes are required, with the following suggested text:

# Section
* Fix some things. ({issue}`issuenumber`)

vlad-lyutenko avatar Sep 18 '22 18:09 vlad-lyutenko