Allow python to execute also as standalone app serving as proxy between CleverMicro and Service over HTTP REST #111

Open
opened 2025-11-18 09:30:43 +00:00 by stanislav.hejny · 0 comments

Reason: The native integration with CleverMicro, as currently assumed when using AMQ Adapter, imposes some assumptions on the Service that is being integrated with CleverMicro. Current AMQ Adapter supports only FastAPI as REST implementation in the python-based Service. This limits options of which Service can be integrated with CleverMicro.
To make integration easier for python-based Service(s) that do not use FastAPI or use its own custom data types, the AMQ Adapter should also offer an option to run as a proxy server, proxying request deleivired via CleverMicro RabbitMQ channel as HTTP REST call to the Service.

Task: Add option to utilize existing conversion to REST logic to start up the AMQ Adapter as standalone proxy app, communicating with the Service over REST protocol

Reason: The native integration with CleverMicro, as currently assumed when using AMQ Adapter, imposes some assumptions on the Service that is being integrated with CleverMicro. Current AMQ Adapter supports only FastAPI as REST implementation in the python-based Service. This limits options of which Service can be integrated with CleverMicro. To make integration easier for python-based Service(s) that do not use FastAPI or use its own custom data types, the AMQ Adapter should also offer an option to run as a proxy server, proxying request deleivired via CleverMicro RabbitMQ channel as HTTP REST call to the Service. Task: Add option to utilize existing conversion to REST logic to start up the AMQ Adapter as standalone proxy app, communicating with the Service over REST protocol
stanislav.hejny added this to the V.01 milestone 2025-11-18 09:30:43 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
clevermicro/amq-adapter-python#111
No description provided.