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.
Apache License 2.0
3
stars
3
forks
source link
Update/add js consumer template and fix producer #151
This PR adds a basic JS consumer template, along the lines of the JS producer template added earlier. Includes a sample .env as JS devs generally manage secrets with this.
Pull request checklist
Please check if your PR fulfills the following (if applicable):
Tests:
[ ] Added new
[ ] Updated existing
[ ] Deleted existing
[x] Have you validated this change locally against a running instance of the Quarkus dev server?
make quarkus-dev
[x] Have you validated this change against a locally running native executable?
make mvn-package-native && ./target/ide-sidecar-*-runner
Summary of Changes
This PR adds a basic JS consumer template, along the lines of the JS producer template added earlier. Includes a sample .env as JS devs generally manage secrets with this.
Pull request checklist
Please check if your PR fulfills the following (if applicable):