0

Is there way change a filter on the fly? I'm considering using EventFlow with Service Fabric, but would like to have the ability to for example change the tracelevel without having to restart the service and feeding it a new json config file with a different tracelevel setting. Is this possible?

Thanks, Hans

1 Answers1

0

Sorry, the current EventFlow implementation does not have this capability.

Karol Z
  • 261
  • 2
  • 5
  • Thanks, Karol. I also just came across this comment in the code, further confirming your answer: "// TODO: dynamically re-configure the pipeline when configuration changes, without stopping the service" – Hans Ravnaas May 01 '17 at 20:18