Steps for using SQL implementation (with PostgreSQL) #4123
Unanswered
stratosEft
asked this question in
Q&A
Replies: 1 comment 1 reply
-
hey, could you please provide some stack traces and details about the error you are seeing? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I am using the MVD and want to add the SQL module, but so far my configuration doesn't work. Probably a valid configuration will also help others that may face the same problem, so I would like some help on doing so.
I work on a snapshot of the connector (0.3.1) since it is compatible with the MVD_UI and didn't update since it seems a very stable version.
On the connector side:
I have added the sql module
implementation(project(":extensions:control-plane:store:sql:control-plane-sql"))
to the data-plane-server launcher./launchers/data-plane-server/build.gradle.kts
in order to be initialised.The config.properties file within the same folder of the launcher (should this config be added here or on the MVD side?) has the following properties: (*values are removed just for the discussion)
Also tried to add properties for all sources:
On the MVD side:
-> what is working as expected with this configuration
-> what is not working as expected with this configuration
*All DB Tables are created, but the tables for policy-definition-store-sql
edc_policydefinitions
and transfer-process-store-sqledc_transfer_process
are always empty...The InMemory stores work as expected and everything is completed without issues.
Any thoughts on what is missing here? Thank you in advance.
@ndr-brt @juliapampus Thank you for your help so far!
Beta Was this translation helpful? Give feedback.
All reactions