eclipse-edc / MinimumViableDataspace

Guidance on documentation, scripts and integration steps on using the EDC project results
Apache License 2.0
51 stars 160 forks source link

Embed dataplane modules in the runtimes (IntelliJ) #283

Closed paullatzelsperger closed 2 months ago

paullatzelsperger commented 2 months ago

Feature Request

Running MVD with IntelliJ should spin up connector runtimes that have the dataplane modules embedded.

281 brings standalone dataplanes to the Kubernetes deployment, but for IntelliJ we want them embedded, to avoid running too many java processes.

Which Areas Would Be Affected?

launchers/, run configs

Why Is the Feature Desired?

feature parity with the K8S deployment

Solution Proposal