Research and design event system for bot triggers #41
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_archipelagos#41
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
Per hero_archipelagos#40, bots need to listen to events and automatically trigger workflow execution. No event infrastructure currently exists.
Research Needed
Possible Event Sources
Deliverable
A design document proposing the event architecture, data model, and integration points.
References
Event System Research Notes
Requirements
Bots need to listen to events from multiple sources and trigger workflow execution. The system must be:
Existing Infrastructure Survey
Proposed Architecture: Event Router Service
Option A: Standalone event router service
Option B: Extension of hero_proc
Option C: Event handling in hero_proxy
Recommendation
Option B (extend hero_proc) seems most pragmatic for MVP:
event.register/event.emitRPC method is straightforwardEvent Data Model (Draft)
Next Steps