Details
-
Suggestion
-
Resolution: Unresolved
-
P4: Low
-
None
-
None
-
None
Description
Are you willing to integrate && maintain (possibly with our help) a Fluent MQ API which provides a seamless MQ client to handle major MQ players assuming binary compatibility with Qt 6 ?
The API is compliant with QT user friendliness and is coded using the same standard and tools as the Qt Project itself so integration should be acheivable in a decent amount of time.
Focus is on kafka, pulsar, rocketMQ, rabbitMQ, ZeroMQ for the first releases.
The API itself is built on top of qtprotobuf (same as the official apache c++ clients with protobuf) it has been designed to be effortlessly extended to any further MQ platform thx to the combination of qtprotobuf and MOC (is evil).