Hi @Kaliappans ,
It looks like your application is failing to process some of the events that it is receiving. Since you have events coming in from different topics maybe it isn’t properly processing messages from one of them? I’d suggest adding some logging into your function handling these events to troubleshoot what is going wrong.
Also what version of solace-spring-cloud-bom or the solace binder are you using? Your logs look a bit different than mine.
Also, if you haven’t seen it yet, check out section 9 of this codelab which covers the consumer error handling options. It looks like you potentially have all the defaults set w/ 3 retries and then requeueing the msg: Spring Cloud Stream - Beyond the Basics