This application is for displaying formated data from an Apache Kafka topic through a reactive browser-side client. It uses a simple chart visualization to display the data.
-
An OpenShift project available.
-
An Apache Kafka broker.
-
A source of messages for the Apache Kafka broker. See /test/emitter/README.md for an example.
-
Deploy the server. See /server/README.md
-
Expose the server.
oc expose svc server
-
Deploy the client, making note of the server's route. See /client/README.md
-
Visit the client's route.