You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.1 KiB
1.1 KiB
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
Strimzi
- Use ansible to install the Strimzi operator
- Use the operator to setup Kafka + namespaces etc
- Enable debugging + log aggregation where available
Quarkus Kafka producer application
- Timestamp generator (cron?/timer?)
- JAX-RS + swagger
- Debugging mode (maven profile)
Quarkus Kafka consumer application
- Websocket
- HTML+JS
- Debugging mode (maven profile)