Skip to content

Commit b560e25

Browse files
Update .changesets/maint_avery_refactor_router_events.md
Co-authored-by: Coenen Benjamin <benjamin.coenen@hotmail.com>
1 parent cc123fe commit b560e25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### chore: split out router events into its own module ([PR #3235](https://github.com/apollographql/router/pull/3235))
22

3-
Breaks down `./apollo-router/src/router.rs` into its own module `./apollo-router/src/mod.rs` with a sub-module `./apollo-router/src/events/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.
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.
44

55
By [@EverlastingBugstopper](https://github.com/EverlastingBugstopper) in https://github.com/apollographql/router/pull/3235

0 commit comments

Comments
 (0)