Abhijeetmishr opened a new pull request, #6534:
URL: https://github.com/apache/rocketmq/pull/6534

   **Make sure set the target branch to `develop`**
   
   ## What is the purpose of the change
   
   we are typecasting here
   ```
    private FileQueueLifeCycle getLifeCycle(String topic, int queueId) {
           return (FileQueueLifeCycle) findOrCreateConsumeQueue(topic, queueId);
       }
   ```
   but interface is not extending FileQueueLifeCycle.
   So it will throw typecast error.


-- 
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