5G-ERA / middleware

Middleware for orchestration and lifecycle management of the could-native robotic applications
Apache License 2.0
8 stars 3 forks source link

fix: rework connectivity method between middleware services #231

Closed Artonus closed 10 months ago

Artonus commented 10 months ago

Description

This PR changes the communication method between TaskPlanner and ResourcePlanner from REST communication depending on the definition of the REST interface to the RabbitMQ Request pattern. The message is now sent using RabbitMQ and returned to the sender. This will improve resiliency and allow easier handling of future format changes.

Fixes #49

Type of change

What has been changed?

This section lists what has been changed with this pull request. Each entry lists the type of change introduced in the following order:

  1. Fix: changed the communication method between TaskPlanner and ResourcePlanner

How Has This Been Tested?

Checklist: