You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crates/ott-balancer-bin/src/discovery.rs
+4-4
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ impl<'de> Deserialize<'de> for HostOrIp {
71
71
}
72
72
73
73
#[async_trait]
74
-
pubtraitMonolithDiscovery{
74
+
pubtraitMonolithDiscoverer{
75
75
/// In polling mode, this function should immediately return the current list of monoliths. In continuous mode, this function should wait until the list of monoliths changes, then return the new list.
0 commit comments