development #6

Merged
Vetheon merged 5 commits from development into main 2023-09-19 23:07:11 -06:00
Owner
No description provided.
Vetheon added 4 commits 2023-09-19 23:01:50 -06:00
Setup registration for orchestrators
make the proto_handler properly use it's in-memory DB for registrations
Ensure the Proto_handler goes both ways
Add a cache system so that consumers don't need to constantly re-register
Add a blacklist system to prevent unauthorized Consumers from getting access to the message queue
Add a ID assignment for each registered consumer to the proto_handler so we can keep track of them in the proto_handler
Add a async task to actually handle the input from the consumers
Fix the proto_handler to separate request handling from input handling
Make the proto_handler just pass messages between. We don't need to actually process anything
Add some logic to determine if the request is coming from the orchestrator or consumer
Some other various proto_handler fixes
Vetheon added 1 commit 2023-09-19 23:06:10 -06:00
Vetheon merged commit 4a18249f76 into main 2023-09-19 23:07:11 -06:00
Sign in to join this conversation.
No description provided.