streamiz
streamiz copied to clipboard
Log Processing Summary config ignored in External stream threads
Hi there, just wanted to mention that I noticed that when I set LogProcessingSummary to something other than the default, it still logs it out every 60 seconds for threads ~~that have a global store, and also for stream~~s that use async processors.
Indeed, it's hardcoded now ; https://github.com/LGouellec/streamiz/blob/4162450df695a03f326735b79c58fb0690219094/core/Processors/ExternalStreamThread.cs#L41
Let me fix that soon.