Release 13.1
Release 13.1 fixes and improvements:
- java version 17
- scala version 3.3.1
- kafka version 3.7.0
- [#201] The Multiplicity TF to take into account the validity of its inputs
- [#202] Kafka and zookeeper to store data in /var/lib
- [#203] Ugrade kafka to v3.7+ and get rid of ZooKeeper
- [#204] IAS_EXTERNAL_JAR to support a list of folders
Installation and prerequisite of this release are in the wiki
This release does not ship back incompatible changes.
It aims mostly to the installation of the kafka 3.7 that allows to avoid zookeeper.
For this purpose new scripts to start and stop IAS services are provided together with a new kafka configuration file.
As usual, the configuration file is not intended to be used in operation.
Nothing forbids to continue using kafka together with zookeeper and the old configuration files.
Validity of the output of the Multiplicity TF
The Multiplicity TF sets the validity of the output by taking into account the validity of the inputs that are needed to determine if the alarm in output must be SET or CLEAR. Other inputs do not take part in the setting of the validity of the output.
More details in #201