X Platform Documentation Portal

Release Notes

X Platform Documentation Portal

Skip to end of metadata
Go to start of metadata

Release Date: Wednesday, August 02, 2017

Release Highlights

  • Minor configuration features and improvements.

Change Log

New Feature

Eagle 2.3-M4 Release Notes EAGLE-108 - Add configuration parameter to control whether the Eagle client listens for events

Prior to this release, an Eagle client always listens for events emitted by its corresponding service. This release adds a configuration parameter - serviceName.client.listenforevents - to control whether events should be listened for or not. The default value of this parameter is true

Eagle 2.3-M4 Release Notes EAGLE-109 - Add configuration parameter to control whether the Eagle client listens for alerts

Prior to this release, an Eagle client always listens for alerts emitted by its corresponding service. This release adds a configuration parameter - serviceName.client.listenforalerts - to control whether alerts should be listened for or not. The default value of this parameter is true

Eagle 2.3-M4 Release Notes EAGLE-110 - Add configuration parameter to control whether the Eagle client listens for heartbeats

Prior to this release, an Eagle client always listens for heartbeats emitted by its corresponding service. This release adds a configuration parameter - serviceName.client.listenforheartbeats - to control whether heartbeats should be listened for or not. The default value of this parameter is true.

Note: This parameter only takes effect if the client is not configured to use heartbeats to track service reachability. If the client is configured to use heartbeats to track service reachability, then the client will listen for heartbeats regardless of the value set in this configuration parameter

Improvement

Eagle 2.3-M4 Release Notes EAGLE-79 - Names of all properties used to configure an Eagle service should start with service name

There are several configuration properties in an Eagle service that start with "nv.service.". This will cause issues when merging configuration file and colocating apps in the same VM. Consequently, this release changes all Eagle service properties should to start with the service name.

  • No labels