collector
collector copied to clipboard
ROX-25719: Receive runtime-configuration in network channel
Description
Sensor is now sending RuntimeConfiguration objects controlling External-IP. This occurs over the existing network-connection channel; however the method used was renamed to introduce a new function prototype.
This PR adapts Collector to this new interface to handle the previously existing messages, and expands it by consuming the new RuntimeConfiguration object and forwarding its content in CollectorConfig.
Checklist
- [ ] Investigated and inspected CI test results