squakez opened a new issue, #6837:
URL: https://github.com/apache/camel-k/issues/6837

   ### Requirement
   
   Continue the work started in #5935 and add a Pipe binding for [ArkMQ 
operator](https://arkmq.org/) based queues. Ideally we need to make a similar 
approach of what we have for Strimzi/Kafka:
   
   - Verify how to install the ArkMQ operator and how to create a simple queue
   - Use this procedure to create a new workflow to be eventually used for e2e
   - Develop a duck type for the custom resource that represents a queue
   - Develop the business logic to transform a Pipe binding (eg, timer to 
queue) to a Camel route with proper configuration
   - Provide the mapping and the support for the main parameters expected from 
the queue: let's start with the basic ones to connect and secure the 
connection, avoid starting with a complete definition. Also, only provide those 
expected by the custom resource
   - Develop proper unit test
   - Develop an e2e test that covers pushing to a queue (timer to queue) and 
polling from the queue (queue to log)
   
   Use Kafka as a reference as it is very similar approach for all the steps.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to