You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What did you do (The steps to reproduce)?
Fetch the latest develop branch.
What is expected to see?
Signature of public methods should be stable.
What did you see instead?
Several methods, like org.apache.rocketmq.namesrv.NamesrvStartup#createAndStartNamesrvController, now return void instead of previous org.apache.rocketmq.namesrv.NamesrvController. If those methods are referenced by external programs where the return values are necessary, compilation failures would be met.
Please tell us about your environment:
Other information (e.g. detailed explanation, logs, related issues, suggestions on how to fix, etc):