Informatievlaanderen / VSDS-Tech-Docs

Technical documentation, part of the VSDS Portal
https://informatievlaanderen.github.io/VSDS-Tech-Docs/
0 stars 9 forks source link

docs/quickstart.md: Consuming an LDES: VersionMaterialiseProcessor not valid processor? #19

Closed ghsnd closed 8 months ago

ghsnd commented 1 year ago

At Consuming an LDES: when importing the flow file NiFi warns about the VersionMaterialiseProcessor:

image

xdxxxdx commented 1 year ago

Hello @ghsnd Nice catch. this processor is an obsoleted one. Please modify the NIFI flow file to use an up-to-date processor:

 "type":"be.vlaanderen.informatievlaanderen.ldes.ldi.processors.VersionMaterialiseProcessor",
                   "bundle":{
                      "group":"be.vlaanderen.informatievlaanderen.ldes.ldi.nifi",
                      "artifact":"version-materialisation-processor",
                      "version":"0.0.1-SNAPSHOT"
                   },

Please kindly refer to this page for the latest processor model: https://github.com/Informatievlaanderen/VSDS-LDES-E2E-testing/blob/main/demos/031.nifi-workbench-components/data/NiFi_Workbench_Components.json