service_manager: cascade --split mother variant (hero_aibroker) #95
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_router#95
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?
Tracked from #90.
The upstream
service_aibroker.nusupports a--splitflag that registers a SECOND servicehero_aibroker_motheralongside the regularhero_aibroker. The mother runs on a fixed TCP port (33850) and child brokers forward chat requests to it.Sockets:
The v2 port covers child / single-instance only.
Fix: add a second
HeroServiceimplHeroAibrokerMotherthat shares the samebinaries[](the binary picksaibroker_configvsaibroker_config_motherbased on a--motherflag) but registers as a different hero_proc service.Limitation:in hero_aibroker.rs.