Sidecar application used by Confluent for VS Code, as a local proxy for Confluent Cloud, Confluent Platform and local Kafka clusters, to help users build streaming applications.
Ask contributors to set sdkman_auto_env=true in the file ~/.sdkman/etc/config so that SDKMAN! automatically switches to this project's SDKs when they cd into the project directory.
Any additional details or context that should be provided?
Pull request checklist
Please check if your PR fulfills the following (if applicable):
Tests:
[ ] Added new
[ ] Updated existing
[ ] Deleted existing
[ ] Have you validated this change locally against a running instance of the Quarkus dev server?
make quarkus-dev
[ ] Have you validated this change against a locally running native executable?
make mvn-package-native && ./target/ide-sidecar-*-runner
Summary of Changes
Ask contributors to set
sdkman_auto_env=true
in the file~/.sdkman/etc/config
so that SDKMAN! automatically switches to this project's SDKs when theycd
into the project directory.Any additional details or context that should be provided?
Pull request checklist
Please check if your PR fulfills the following (if applicable):