From 3dbb032ab81312f8db64964ecfaffe22b7fa750e Mon Sep 17 00:00:00 2001 From: Jonathan Christison Date: Fri, 18 Sep 2020 19:13:30 +0100 Subject: [PATCH] Add brief for homework --- quarkus-kafaka-homework/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 quarkus-kafaka-homework/README.md diff --git a/quarkus-kafaka-homework/README.md b/quarkus-kafaka-homework/README.md new file mode 100644 index 0000000..12c652d --- /dev/null +++ b/quarkus-kafaka-homework/README.md @@ -0,0 +1,12 @@ + +Brief +----- + +Implement an automated OpenShift 4 solution that will include: + +[ ] Strimzi +[ ] Quarkus Kafka producer application. This application should periodically send data (e.g. timestamp) to Kafka and should also have a JAX-RS endpoint to send different data per user request. +[ ] Quarkus Kafka consumer application. This application should present the data to a websocket. There should be a way for the user to display the data easily. + +The solution should be comfortable to deploy, test, debug and use. The implementation time frame is one week. +If you do not have an OCP4 cluster available, feel free to use CRC - https://developers.redhat.com/products/codeready-containers/overview