Relative Content

Tag Archive for javaapache-kafkaspring-kafka

Unable to pause Kafka consumer

I am working in java springboot, want to pause consumer for certain time period I am trying following code but looks like it is not working. Because when I debug code goes into 2nd if also. I am assuming when paused it shouldnt be in running state. Please guide me how can I manage this ?