Skip to main content
Version: v2023.18.0

Rendition hosts

Rendition hosts

For an HMI to communicate with a rendition, it must be provided with the server host URL. If multiple renditions are deployed, it is also possible to configure them by separating the URLs of the different renditions with the comma character.

DescriptionParameter KeyDefault valueType
Comma separated values to define all the HTTP Rendition server hosts availablearender.server.rendition.hostshttp://localhost:8761/String

Rendition load document balancing

The HMI server has an internal load balancer that optimizes document loading in Rendition. This feature relies on a load balancing strategy that distributes requests across multiple resources, improving performance and service availability.

DescriptionParameter KeyDefault valueType
The frequency at which weather values ​​are retrieved from renditionsarender.server.rendition.weather.polling.interval1000Integer
The default strategy for choosing a rendition target while the polling time interval. Valid values :
- BEST_TARGET : Choose the rendition with the best weather value
- WEIGHTED_DISTRIBUTION : Choose a rendition while ensuring a weighted distribution during the polling time interval
- ROUND_ROBIN : Choose a rendition in a round-robin order, independently of the 'weather' value (Since version 2023.15.0)
- RANDOM : Choose a rendition randomly, independently of the 'weather' value (Since version 2023.15.0)
arender.server.rendition.weather.distribution.strategyWEIGHTED_DISTRIBUTIONString