fabric8-launcher / launcher-application

The fabric8-launcher application
https://developers.redhat.com/launch/
Apache License 2.0
18 stars 53 forks source link

Add Messaging Capability for Quarkus #836

Open gastaldi opened 5 years ago

gastaldi commented 5 years ago

Add messaging capability for Quarkus

This could be (but not required to) based on: https://github.com/fabric8-launcher/launcher-documentation/wiki/Mission:-AMQ-Messaging-Work-Queue

gastaldi commented 5 years ago

Depends on https://github.com/fabric8-launcher/launcher-frontend/issues/1224

gastaldi commented 5 years ago

I followed the steps in https://quarkus.io/guides/kafka-guide and managed to create a sample app using Kafka as the messaging middleware solution.

It would be nice to look at https://strimzi.io/quickstarts/okd/ as a solution to run Kafka in OpenShift