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
We are using RocketMQ 5.0, but we encountered some problems when using the proxy, we can't create topic, get consumer & producer connections etc. through the grpc interface provided by the proxy, which causes a lot of trouble for us to get RocketMQ state. Now we can only get some of it through the old MQAdmin, but this is not in line with the 5.0 Proxy design. Does the community have any plans to improve the proxy in the future?
The act of creating a topic is considered an internal cluster operation and can be fulfilled by the mqadmin tool. And the role of the proxy is more focused on exposing services
And getting the client connection is indeed necessary for the proxy because the connection info is stored in the proxy.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
We are using RocketMQ 5.0, but we encountered some problems when using the proxy, we can't create topic, get consumer & producer connections etc. through the grpc interface provided by the proxy, which causes a lot of trouble for us to get RocketMQ state. Now we can only get some of it through the old MQAdmin, but this is not in line with the 5.0 Proxy design. Does the community have any plans to improve the proxy in the future?
All reactions