Skip to content

Commit 2938005

Browse files
michaelgptclaude
andcommitted
refactor(actors): complete StreamActor consolidation and legacy cleanup
Complete hard cut-over from legacy stream implementations to the new consolidated StreamActor in app/src/actors/bridge/actors/stream/. Changes: - Updated app.rs to import StreamActor from bridge/actors/stream location - Updated actors/mod.rs exports to use new consolidated implementation - Removed legacy governance_stream directory (10 files) - Removed legacy stream_actor.rs and stream_actor_metrics.rs files - All stream functionality now centralized in single consolidated actor The new StreamActor provides comprehensive capabilities including AlysActor trait compatibility, advanced configuration, gRPC protocol handling, exponential backoff reconnection, request tracking, and extensive testing. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 24e95e7 commit 2938005

File tree

14 files changed

+4
-8682
lines changed

14 files changed

+4
-8682
lines changed

app/src/actors/governance_stream/actor.rs

Lines changed: 0 additions & 1155 deletions
This file was deleted.

app/src/actors/governance_stream/config.rs

Lines changed: 0 additions & 1214 deletions
This file was deleted.

app/src/actors/governance_stream/error.rs

Lines changed: 0 additions & 679 deletions
This file was deleted.

app/src/actors/governance_stream/messages.rs

Lines changed: 0 additions & 927 deletions
This file was deleted.

app/src/actors/governance_stream/mod.rs

Lines changed: 0 additions & 58 deletions
This file was deleted.

0 commit comments

Comments
 (0)