2.0.2 (2021-02-05)
New Features
- Updates RetryUtil to use RetrySpec.
- Adds the ability to configure the
hostname
andport
that will be used when connecting to a service via
ConnectionOptions
. Thehostname
field refers to the DNS host or IP address of the service, whereas the
fullyQualifiedNamespace
is the fully qualified host name of the service.
Normallyhostname
andfullyQualifiedNamespace
will be the same. However, if your network does not allow
connecting to the service via the public host, you can specify a custom host (e.g. an application gateway) via the
hostname
field and continue using the public host as thefullyQualifiedNamespace
.