ccoffline opened a new issue #6508:
URL: https://github.com/apache/incubator-doris/issues/6508


   **Is your feature request related to a problem? Please describe.**
   We need to custom query traffic limit rules in FE, but config can only be 
basic type and no callback. We need to compile the limit rules when set new 
limit rules config, and calculate all the rules at each query.
   
   **Describe the solution you'd like**
   Add a handler field at `ConfField` named `handler` to specify the class to 
use as callback function.
   Call the handler when setting new config value. The default handler is the 
same as current.
   Support all types config.


-- 
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-unsubscr...@doris.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to