-
Can other languages have the ability to operate RocketMQ Admin? For example: adding or deleting Topic in C++ program. It can be implemented in Java. Netty from rocket.remoting provides the ability to operate admin. You can use the tools in the rocket.tool package to implement management operations. But there is no support for Netty in other languages. Netty is a Java library. Is there a better request method? Is it possible to use Grpc to implement the operational capabilities of rocketmq admin? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Admin has no sdk for other languages. But I think there are two ways to solve this problem.
|
Beta Was this translation helpful? Give feedback.
-
Currently, grpc maybe not support to operate metadata, you can implement the protocol through reference rocketmq-client-cpp We can also implement RocketMQ admin for the GRPC protocol, but it doesn't seem to be achievable quickly |
Beta Was this translation helpful? Give feedback.
Currently, grpc maybe not support to operate metadata, you can implement the protocol through reference rocketmq-client-cpp
We can also implement RocketMQ admin for the GRPC protocol, but it doesn't seem to be achievable quickly