Chao Lv
Chao Lv
## Issue Description Type: *feature request* ### Describe what feature you want Add integration module for [RocketMQ](https://github.com/apache/rocketmq-client-go/tree/native). Consumer/Provider filter. ### Additional context Add any other context or screenshots about the...
### Describe what this PR does / why we need it ### Does this pull request fix one issue? ### Describe how you did it ### Describe how to verify...
### Describe what this PR does / why we need it ### Does this pull request fix one issue? Resolves #83 ### Describe how you did it ### Describe how...
1. Provides more admin APIs, such as createTopicInCluster, createSubscriptionGroup, etc. Currently, only supports two apis: ``` go type Admin interface { CreateTopic(ctx context.Context, opts ...OptionCreate) error DeleteTopic(ctx context.Context, opts ...OptionDelete)...