Description
In epics-containers/epics-base we are building EPICS base with PVXS rather than pvAccess. This solves a number of issues for us, including the addition of PVA_NAME_SERVERS
which means we can use TCP only allowing use of the network address translation needed in Kubernetes without exposing host network. (@gilesknap please correct me if I have got this wrong)
The only remaining component for us that is using the old pvAccess stack is the NDPluginPVA.
Would it be possible to convert it to use PVXS? Should it be an in place conversion, or should there be a Makefile switch to build an NDPluginPva against pvAccess or PVXS?
I noticed that #485 was commented as a stepping stone to PVXS by @mdavidsaver but is still marked as draft.
DLS is happy to do this work, but would need some guidance on the best approach, and someone to review the PR!