Relative Content

Tag Archive for javaspring-bootconcurrencyexecutorservicethreadpoolexecutor

Concurrency thread not responding back

I’m trying to exeucte the below code for concurrency but the concurrency threads are never responding back. Please find the below pseudo-code, after creating the 10 parallel threads and the control is going till studentRepo.findStudentsWithPagination method but never responding back and further next code of sending records to kafka is not getting executed, is there any executorservice configuration mistake present? or how to debug this scenario, I’m facing this issue in my production environment.