fix: handle FollowAccepted in NATS subject router
This commit is contained in:
@@ -13,6 +13,7 @@ pub fn event_to_subject(prefix: &str, event: &DomainEvent) -> String {
|
|||||||
DomainEvent::WatchlistEntryAdded { .. } | DomainEvent::WatchlistEntryRemoved { .. } => {
|
DomainEvent::WatchlistEntryAdded { .. } | DomainEvent::WatchlistEntryRemoved { .. } => {
|
||||||
unreachable!("watchlist events are not published to NATS")
|
unreachable!("watchlist events are not published to NATS")
|
||||||
}
|
}
|
||||||
|
DomainEvent::FollowAccepted { .. } => "follow.accepted",
|
||||||
};
|
};
|
||||||
format!("{prefix}.{suffix}")
|
format!("{prefix}.{suffix}")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user