Thanks for the KIP!

I'm not against adding this as a config for this per se, but if this is
causing you trouble right now you should be able to disable it via log4j
configuration so you don't need to wait for a fix in Kafka Streams itself.
Putting something like this in your log4j will shut off the offending log:

log4j.logger.org.apache.kafka.streams.processor.internals.StreamThread=WARN

On Wed, May 22, 2024 at 6:46 AM jiang dou <dujian0...@gmail.com> wrote:

> Hi
>
>
> I would like to propose a change in the kafka-stream summary log。
>
> Now the summary of stream-tread is record every two minutes, and not
> support close  or update intervals.
>
> When the kafka  is running, this is absolutely unnecessary and even harmful
> since it fills the logs and thus storage space with unwanted and useless
> data.
>
> I propose adding a configuration to control the output interval or disable
> it
>
> KIP:
>
> https://cwiki.apache.org/confluence/display/KAFKA/KIP-1049%3A+Add+config+log.summary.interval.ms+to+Kafka+Streams
>

Reply via email to