Skip to content

Commit 69ec9ae

Browse files
chore: split out router events into its own module (#3235)
2 parents 305bb23 + b560e25 commit 69ec9ae

File tree

11 files changed

+1758
-1633
lines changed

11 files changed

+1758
-1633
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
### chore: split out router events into its own module ([PR #3235](https://github.com/apollographql/router/pull/3235))
2+
3+
Breaks down `./apollo-router/src/router.rs` into its own module `./apollo-router/src/router/mod.rs` with a sub-module `./apollo-router/src/router/event/mod.rs` that contains all of the streams that we combine to start a router (entitlement, schema, reload, configuration, shutdown, more streams to be added). This change makes adding new events/modifying existing events a bit easier since it's not in one huge giant file to rule them all.
4+
5+
By [@EverlastingBugstopper](https://github.com/EverlastingBugstopper) in https://github.com/apollographql/router/pull/3235

0 commit comments

Comments
 (0)