1 changed files with 12 additions and 0 deletions
@ -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…
Reference in new issue