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
"source and sink filters must not both have resource ID 0",
14
+
));
15
+
}
16
+
if sink_filter_uuri.is_rpc_method()
17
+
&& !source_filter.has_wildcard_resource_id()
18
+
&& !source_filter.is_notification_destination()
19
+
{
20
+
returnErr(UStatus::fail_with_code(UCode::INVALID_ARGUMENT,"source filter must either have the wildcard resource ID or resource ID 0, if sink filter matches RPC method resource ID"));
returnErr(UStatus::fail_with_code(UCode::INVALID_ARGUMENT,"source filter must either have the wildcard resource ID or a resource ID from topic range, if sink filter is empty"));
0 commit comments