caigy opened a new issue, #5124:
URL: https://github.com/apache/rocketmq/issues/5124

   **BUG REPORT**
   
   1. Please describe the issue you observed:
   
   - 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.
   
   2. Please tell us about your environment:
   
   3. Other information (e.g. detailed explanation, logs, related issues, 
suggestions on how to fix, etc):


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to