Currently, In the case of docker, the path /opt/ufm/telemetry/collectx/lib/doesn't exist, and this directory used as shared volume with the TFS to share the clx .so libraries that are required for the streaming
To fix the issue, need to get rid of any UFM dependencies, the libraries should be part of the TFS image instead of loading them from the shared volume.
What ?
The streaming in the TFS isn't working using the Fluent C Forward protocol in the case of UFM Docker
Why ?
Fixing 3862873
How ?
Currently, In the case of docker, the path
/opt/ufm/telemetry/collectx/lib/
doesn't exist, and this directory used as shared volume with the TFS to share the clx .so libraries that are required for the streamingTo fix the issue, need to get rid of any UFM dependencies, the libraries should be part of the TFS image instead of loading them from the shared volume.