You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "avelex (via GitHub)" <gi...@apache.org> on 2023/03/09 08:53:28 UTC

[GitHub] [flink-statefun] avelex opened a new pull request, #326: Make log output optional when interacting with StateFun Builder

avelex opened a new pull request, #326:
URL: https://github.com/apache/flink-statefun/pull/326

   So, my motivation was to add a way to remove unnecessary logging when I , for example, register my stateful functions in builder. So I thought to make a config. When initializing the builder it will be possible to pass the config with its parameters. So far in the config there is one field Verbose, which is responsible for log off. Maybe in future there will be more parameters to configure the builder and so the config can help with this.
   
   And yes, passing the config to the builder is also optional
   


-- 
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: issues-unsubscribe@flink.apache.org

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