archiver-appliance / epicsarchiverap

This is an implementation of an archiver for EPICS control systems that aims to archive millions of PVs.
Other
38 stars 37 forks source link

Allows the appliance services to run on different ips #207

Closed jacomago closed 2 months ago

jacomago commented 5 months ago

The mgmt service is the only one sharing information over the hazelcast framework, so is the only one where a specific ip is needed.

Rearranging the code allows for the engine, etl and retrieval services to be run on separate ip addresses. Useful to scale them in different ways.