PokIsemaine commented on code in PR #2506: URL: https://github.com/apache/kvrocks/pull/2506#discussion_r1730341017
########## kvrocks.conf: ########## @@ -335,6 +335,10 @@ json-max-nesting-depth 1024 # Default: json json-storage-format json +# Whether to enable transactional mode engine::Context. Review Comment: Thank you for your explanation, disabled by default is more user friendly. Aside from that, I'd like to respectfully seek your advice. For experimental features, does the community have a standard experimental process? For example, are there guidelines on when a feature should graduate to become a formal one, when it should be discontinued, and how we can quickly gather feedback? From a developer's perspective, this feature has broad implications and could affect subsequent development. I'm concerned that some issues may not surface until later, making it difficult and time-consuming to either discontinue or refine the feature down the line. Could you provide any suggestions or best practices on this matter? -- 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]
