Browse Source

Add brief for homework

master
Jonathan Christison 5 years ago
parent
commit
3dbb032ab8
  1. 12
      quarkus-kafaka-homework/README.md

12
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
Loading…
Cancel
Save