I just configured SeekToCurrentErrorHandler in spring cloud stream with kafka project and I see tons of logs (one stacktrace per each delivery attempt) which I would like to silence. Is it possible?
PS. I do not know if it is relevant (and whether I do it right. Comments are welcome ;)), but I am throwing an exception from my @StreamListener which is handled by @ServiceActivator and inside it I am rethrowing wrapped exception in order to run error handler.