WebClient Configuration
When you start a container such as Kubernetes or Helm chart, all of the services start together. As the configurator service too starts along with the other services, the catalog service fails as it is dependent on the configurator.
As a workaround, a retry mechanism is added.
In the
$OPE_HOME/roles/catalog-service/standalone/config/application.properties file,
configuratorServiceRetryCount
and
configuratorServiceRetryDuration
flags are added. Before failing, the catalog service tries to reload the number of times that you specified in this flag. Also, you can set the retry duration in seconds.