-
Notifications
You must be signed in to change notification settings - Fork 642
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Dashboard] Implement Topic and Event Management #1146
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Xiaoyang Liu <siujoeng.lau@gmail.com>
Signed-off-by: Xiaoyang Liu <siujoeng.lau@gmail.com>
Signed-off-by: Xiaoyang Liu <siujoeng.lau@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
license-eye has totally checked 1141 files.
Valid | Invalid | Ignored | Fixed |
---|---|---|---|
820 | 9 | 312 | 0 |
Click to see the invalid file list
- eventmesh-connector-plugin/eventmesh-connector-api/src/main/java/org/apache/eventmesh/api/admin/Admin.java
- eventmesh-connector-plugin/eventmesh-connector-api/src/main/java/org/apache/eventmesh/api/admin/TopicProperties.java
- eventmesh-connector-plugin/eventmesh-connector-rocketmq/src/main/java/org/apache/eventmesh/connector/rocketmq/admin/RocketMQAdmin.java
- eventmesh-connector-plugin/eventmesh-connector-rocketmq/src/main/java/org/apache/eventmesh/connector/rocketmq/admin/RocketMQAdminAdaptor.java
- eventmesh-connector-plugin/eventmesh-connector-standalone/src/main/java/org/apache/eventmesh/connector/standalone/admin/StandaloneAdmin.java
- eventmesh-connector-plugin/eventmesh-connector-standalone/src/main/java/org/apache/eventmesh/connector/standalone/admin/StandaloneAdminAdaptor.java
- eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/admin/request/CreateTopicRequest.java
- eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/admin/request/DeleteTopicRequest.java
- eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/core/plugin/MQAdminWrapper.java
...ector-plugin/eventmesh-connector-api/src/main/java/org/apache/eventmesh/api/admin/Admin.java
Show resolved
Hide resolved
...in/eventmesh-connector-api/src/main/java/org/apache/eventmesh/api/admin/TopicProperties.java
Show resolved
Hide resolved
...ctor-rocketmq/src/main/java/org/apache/eventmesh/connector/rocketmq/admin/RocketMQAdmin.java
Show resolved
Hide resolved
...cketmq/src/main/java/org/apache/eventmesh/connector/rocketmq/admin/RocketMQAdminAdaptor.java
Show resolved
Hide resolved
...tandalone/src/main/java/org/apache/eventmesh/connector/standalone/admin/StandaloneAdmin.java
Show resolved
Hide resolved
...ne/src/main/java/org/apache/eventmesh/connector/standalone/admin/StandaloneAdminAdaptor.java
Show resolved
Hide resolved
...esh-runtime/src/main/java/org/apache/eventmesh/runtime/admin/request/CreateTopicRequest.java
Show resolved
Hide resolved
...esh-runtime/src/main/java/org/apache/eventmesh/runtime/admin/request/DeleteTopicRequest.java
Show resolved
Hide resolved
eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/core/plugin/MQAdminWrapper.java
Show resolved
Hide resolved
…va/org/apache/eventmesh/api/admin/Admin.java Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…va/org/apache/eventmesh/api/admin/TopicProperties.java Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…in/java/org/apache/eventmesh/connector/rocketmq/admin/RocketMQAdmin.java Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…in/java/org/apache/eventmesh/connector/rocketmq/admin/RocketMQAdminAdaptor.java Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…main/java/org/apache/eventmesh/connector/standalone/admin/StandaloneAdmin.java Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…main/java/org/apache/eventmesh/connector/standalone/admin/StandaloneAdminAdaptor.java Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…dmin/request/CreateTopicRequest.java Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…dmin/request/DeleteTopicRequest.java Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…ore/plugin/MQAdminWrapper.java Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Signed-off-by: Xiaoyang Liu <siujoeng.lau@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
license-eye has totally checked 1149 files.
Valid | Invalid | Ignored | Fixed |
---|---|---|---|
835 | 2 | 312 | 0 |
Click to see the invalid file list
- eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/admin/request/DeleteGrpcClientRequest.java
- eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/admin/request/DeleteHTTPClientRequest.java
...untime/src/main/java/org/apache/eventmesh/runtime/admin/request/DeleteGrpcClientRequest.java
Show resolved
Hide resolved
...untime/src/main/java/org/apache/eventmesh/runtime/admin/request/DeleteHTTPClientRequest.java
Show resolved
Hide resolved
…dmin/request/DeleteHTTPClientRequest.java Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…dmin/request/DeleteGrpcClientRequest.java Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@xiaoyang-sde please pay attention to the CI check fail tasks. |
xwm1992
pushed a commit
to xwm1992/EventMesh
that referenced
this pull request
Jan 4, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Admin
interface for EventMesh Connector API.Event Management
Publish Event in Dashboard
Topic Management