afy / m7011e-project

1 stars 0 forks source link

Pikacomms #3

Closed afy closed 6 months ago

afy commented 7 months ago

Move microservice/apigate pika logic to shared pikacomms folder, for better modularity. Update code to better encapsulate the protocol, needed for response functionality (request/reply pattern). Extend current code to support custom functions (e.g adding endpoints without needing to change pikacomms).

files: shared/pikacomms/client.py shared/pikacomms/server.py shared/pikacomms/protocol.py

afy commented 7 months ago

Added files; Integrate into rest of codebase

afy commented 6 months ago

Review after merge with issues #16 and routes branch

afy commented 6 months ago

Re-opened after appropriate merges.

afy commented 6 months ago

Pull request opened. Waiting a day before merge to allow team members to check out updates as they are breaking.