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/31 00:59:09 UTC

[GitHub] [rocketmq] daixiansuo commented on issue #6511: There are some variables with irregular names in MessageStoreConfig

daixiansuo commented on issue #6511:
URL: https://github.com/apache/rocketmq/issues/6511#issuecomment-1491147351

   -----------------
   #6512 Reply:’There may be compatibility issues when modify variable name‘ 
   -----------------
   
   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:
   
   Leave it alone and keep it as it is.
   Direct modification, not compatible with lower versions, please describe the requested modification in the release document.
   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.
   
   How do we deal with this issue?
   


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