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