quarkusio / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
13.82k stars 2.69k forks source link

KubeMQ extension #34846

Open hamed-hatami opened 1 year ago

hamed-hatami commented 1 year ago

Description

In order to have more mature components of Quarkus in communicating with messaging systems specifically new upcoming backing services such as KubeMQ which is Kubernetes compliant and is said to be super fast and fully functional , this extension may be useful for developers .

Repository name

quarkus-kubemq

Short description

This extension is to facilitate developers to be able to connect to the KubeMQ (https://kubemq.io/)

Repository Homepage URL

https://quarkiverse.github.io/quarkiverse-docs/quarkus-kubemq/dev/

Repository Topics

Team Members

Additional context

No response

quarkus-bot[bot] commented 1 year ago

/cc @Sgitario (kubernetes), @geoand (kubernetes), @iocanel (kubernetes)

gastaldi commented 4 months ago

Is KubeMQ a candidate for a SmallRye Reactive Messaging adapter? WDYT @ozangunalp @cescoffier ?

ozangunalp commented 4 months ago

I am aware of it but didn't have the time to check out the Java client SDK. I suggest we have a "bare-client" extension and a separate Reactive Messaging connector extension which depends on the former.

cescoffier commented 4 months ago

Agreed with @ozangunalp, it should go into the Quarkiverse.