Preview release of version 2.0.0.0 of the ping-pong process plugin for connection testing between DSF instances with versions >= 1.2.0.
Changes from RC1
- Fixed missing error codes in error boundary events
General remarks:
- This release is compatible with the Data Sharing Framework version >= 1.2.0. This release does not work with DSF versions < 1.2.0.
- The logical version of the process changed to 2.0 and as such this process plugin can only talk to DSF instances running version 2.0.0.0 of the plugin.
- Documentation on the configuration can be found in the wiki
Features include:
- Testing the ability to download FHIR resources from other DSF instances
- Measuring the network speed of the resource download
Deployment guide:
-
Add the ping-pong process plugin dsf-process-ping-pong-2.0.0.0-RC2.jar to the DSF BPE folder
/opt/bpe/process
. Make sure the jar is readable by the bpe user (uid:2202
) or group (gid:2202
). The following commands could be used to download the jar and to set the right permissions:sudo wget https://github.com/datasharingframework/dsf-process-ping-pong/releases/download/v2.0.0.0-RC2/dsf-process-ping-pong-2.0.0.0-RC2.jar sudo chown root:bpe dsf-process-ping-pong-2.0.0.0-RC2.jar sudo chmod 440 dsf-process-ping-pong-2.0.0.0-RC2.jar
-
Restart the DSF BPE to deploy the process plugin.
Contributors:
This release contains contributions from @wetret, @hhund, @schwzr and @jaboehri .