Chao Lv

Results 4 issues of 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...

good first issue
kind/feature
area/integrations

### 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...

area/integrations

### 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...

area/integrations

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)...

enhancement