You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by "daixiansuo (via GitHub)" <gi...@apache.org> on 2023/03/30 10:00:53 UTC

[GitHub] [rocketmq] daixiansuo commented on pull request #6512: [ISSUE #6511] Correct variable name in MessageStoreConfig

daixiansuo commented on PR #6512:
URL: https://github.com/apache/rocketmq/pull/6512#issuecomment-1490029595

   Yes, I have also considered this aspect of the problem. However, we will eventually have to face this problem.
   
   At present, it seems that only the broker side is affected, and there are three solutions for this problem:
   
   1. Leave it alone and keep it as it is.
   2. Direct modification, not compatible with lower versions, please describe the requested modification in the release document.
   3. Compatible with lower versions, you can add a compatible processing interface to the MixAll.properties2Object(p,o) method, which not only solves the current problem, but also achieves mapping and conversion capabilities.
   
   
   
   
   
   
   
   
   


-- 
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: commits-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org