Skip to content
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

There is a typo in SubscriptionItem class in eventmesh-common module #520

Closed
jinrongluo opened this issue Sep 13, 2021 · 2 comments
Closed
Labels
bug Something isn't working

Comments

@jinrongluo
Copy link
Contributor

jinrongluo commented Sep 13, 2021

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

package org.apache.eventmesh.common.protocol;

public class SubscriptionItem {

    private String topic;

    private SubscriptionMode mode;

    private SubcriptionType type;

Environment

  • OS: [e.g. Ubuntu 21.04 LTS]
  • EventMesh version(s): [e.g. 1.2.0]
  • RocketMQ version(s): [e.g. 4.7.1]
  • ...

Steps to reproduce

Expected behavior

Debug logs

Click to expand
replace this line with your debug logs
@jinrongluo jinrongluo added the bug Something isn't working label Sep 13, 2021
@ruanwenjun
Copy link
Member

@jinrongluo You can report in this issue, and it's better not create a new issue.

@jinrongluo
Copy link
Contributor Author

Thanks I will do that. and close this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants