feat: implement connection micro service
Description
Connection manager implementation as a micro service. The service is closed behind gateway and only work with TCP.
Supported methods are:
- create invitation
- accept invitation
- get connection by id
- list connections
In additional a gateway service was introduced to handle user interactions. For sending http requests and receive event on a web socket. Agent consumer is adjusted too to handle the actual work. Small changes for configs, clients and etc are introduced.
Related issues
Creating API Gateway #11 (closed)
Testing
No tests are added.
Checklist
-
I have updated the documentation (if necessary) -
I have added unit tests for new functionality (if applicable) -
My code follows the style guidelines of this project -
I have tested this code on my local machine before submitting this MR
Reviewers
Additional Notes
No additional notes.
Closes #8 (closed)
Edited by Zdravko Iliev
Merge request reports
Activity
Filter activity
added 1 commit
- 4c418e1e - chore: change producer cloud event dto to the correct one.
added 1 commit
- 700578b8 - chore: change producer cloud event dto to the correct one.
added 1 commit
- a7134b63 - wip: working on the flow gateway->con-m->broker->agent->gateway
added 1 commit
- f73c4f65 - wip: working on the flow gateway->con-m->broker->agent->gateway
added 1 commit
- 4ee36bac - wip: working on the flow gateway->con-m->broker->agent->gateway
added 1 commit
- 2e2233b6 - feat: working flow gateway->con-m->broker->agent->gateway
Please register or sign in to reply