[Unit Test] Remove sleeps from KafkaSourceCustomConsumerTest #3263
Labels
maintenance
Issues to help maintain the project, such as improving builds, testing, etc.
Milestone
Multiple unit tests in KafkaSourceCustomConsumerTest have Thread.sleep(10s). This increases the data prepper build time. Sleep appears to be present for acknowledgements framework to complete acknowledgements. This sim is to track improvement in the unit-tests to mock acknowledgement framework apis and remove Thread.sleep().
The text was updated successfully, but these errors were encountered: