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
called `Result::unwrap()` on an `Err` value: Connection(PulsarError(Some(AuthorizationError), Some("Proxy Client is not authorized to GetTopicsOfNamespace")))
stack backtrace:
我在我的项目中添加了依赖:
然后尝试使用正则表达式的方式订阅消息
但是我会收到错误:
为什么会收到这个错误?是哪里没有正确的配置的原因吗?但是使用非正则订阅却是正常的,能正常订阅也能接收到消息。
The text was updated successfully, but these errors were encountered: