Skip to content

Commit

Permalink
Created readme.me
Browse files Browse the repository at this point in the history
  • Loading branch information
davemaier authored Nov 28, 2019
1 parent 8ad999a commit 342c0c1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# reactivekafkawebsocket
Demo application to show how to pipe messages from kafka to a websocket endpoint in a reactive manner.

This application uses project reactors reactive-kafka as well as spring-webflux. Both libraries work together to provide a completely reactive stack, providing access to a kafka topic hosted on confluent cloud.

## How to run

To run this application you need to enter your confluent cloud credential into ccloud_example.properties and rename it to ccloud.properties.

Now you can run it with `mvn spring-boot:run`

0 comments on commit 342c0c1

Please sign in to comment.