Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Embed dataplane modules in the runtimes (IntelliJ) #283

Closed
paullatzelsperger opened this issue Jul 11, 2024 · 0 comments · Fixed by #286
Closed

Embed dataplane modules in the runtimes (IntelliJ) #283

paullatzelsperger opened this issue Jul 11, 2024 · 0 comments · Fixed by #286
Labels
build enhancement New feature or request triage

Comments

@paullatzelsperger
Copy link
Member

paullatzelsperger commented Jul 11, 2024

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

  • after feat: add standalong dataplanes for K8S #281 is merged, simply add another launcher named connector, that incorporates both the controlplane and the dataplane runtimes.
  • IntelliJ run configurations should then use this module, plus add the necessary configuration for the dataplane modules.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build enhancement New feature or request triage
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant