File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/templates/clients Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 26261. Navigate to ` packages/templates/clients/kafka/java/quarkus`
27272. Install with ` npm install`
28283. Navigate back to ` ./generator`
29- 4. Generate the template client with ` node .\a pps\g enerator\c li.js < path-to-custom-document> .\p ackages\t emplates\c lients\k afka\j ava\q uarkus\ -o outputClient --force-write --param server=< custom-server> `
29+ 4. Generate the template client with ` node .\a pps\g enerator\t est \ c li.js < path-to-custom-document> .\p ackages\t emplates\c lients\k afka\j ava\q uarkus\ -o outputClient --force-write --param server=< custom-server> `
30305. Navigate to ` outputClient` or any other name you gave the output folder
31316. Navigate to the docker folder with ` cd src/main/docker` and find the ` docker-compose.yaml` file.
32327. Start the kafka broker by runnning ` docker-compose up -d` . Make sure you have docker desktop up and running.
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ You can use our AsyncAPI's credentials to access different set of events produce
75752. Navigate to ` packages/templates/clients/websocket/java/quarkus`
76763. Install with ` npm install`
77774. Navigate back to ` ./generator`
78- 5. Generate the template client with ` node .\a pps\g enerator\c li.js < path-to-custom-document> .\p ackages\t emplates\c lients\w ebsocket\j ava\q uarkus\ -o outputClient --force-write --param server=< custom-server> `
78+ 5. Generate the template client with ` node .\a pps\g enerator\t est \ c li.js < path-to-custom-document> .\p ackages\t emplates\c lients\w ebsocket\j ava\q uarkus\ -o outputClient --force-write --param server=< custom-server> `
79796. Navigate to ` outputClient` or any other name you gave the output folder
80807. Run ` mvn quarkus:dev`
81818. See the output in the terminal
You can’t perform that action at this time.
0 commit comments