We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b35901f commit 516395bCopy full SHA for 516395b
README.md
@@ -10,7 +10,7 @@ Test out the app by connecting to the websocket endpoints (UI will be added soon
10
11
- Make sure Kafka is running locally. (You can use the [quickstart guide](https://kafka.apache.org/quickstart))
12
- Build the app: `mvn install`
13
- - Start the app: `java -jar target/demo-0.0.1-SNAPSHOT-fat.jar`
+ - Start the app: `java -jar target/demo-0.0.2-SNAPSHOT-all.jar`
14
- Connect to `ws://localhost:8080/demoproduce` (e.g., using [websocat](https://github.com/vi/websocat))
15
- Start sending records to Kafka by sending the following message to the websocket:
16
```
0 commit comments