streamiz icon indicating copy to clipboard operation
streamiz copied to clipboard

Log Processing Summary config ignored in External stream threads

Open xdave opened this issue 7 months ago • 1 comments

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.

xdave avatar May 11 '25 16:05 xdave

Indeed, it's hardcoded now ; https://github.com/LGouellec/streamiz/blob/4162450df695a03f326735b79c58fb0690219094/core/Processors/ExternalStreamThread.cs#L41

Let me fix that soon.

LGouellec avatar May 12 '25 23:05 LGouellec