We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is a typo in SubscriptionItem class in eventmesh-common module
private field SubcriptionType is a typo, it should be SubscriptionType
package org.apache.eventmesh.common.protocol; public class SubscriptionItem { private String topic; private SubscriptionMode mode; private SubcriptionType type;
replace this line with your debug logs
The text was updated successfully, but these errors were encountered:
@jinrongluo You can report in this issue, and it's better not create a new issue.
Sorry, something went wrong.
Thanks I will do that. and close this issue.
No branches or pull requests
Bug Report
Describe the bug
There is a typo in SubscriptionItem class in eventmesh-common module
private field SubcriptionType is a typo, it should be SubscriptionType
Environment
Steps to reproduce
Expected behavior
Debug logs
Click to expand
The text was updated successfully, but these errors were encountered: