You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey,
I would like to inform you that there is a problem with a shutdown hook of embedded kafka broker on Windows 10/MacOS. I am using Spring Boot 3.2.2, maven and Java 11 but this problem is more common than mentioned versions.
Whenever the test is fine I get the test result...but any mistake in the test logic throws exception of "process can not access file because it is being used by another one"
at C\Users\Tomek\AppData\Local\Temp\kafka-7549812390119898284\broker_0_data0\softwareskill_topic_test-0\00000000000000000000.index
Here is my test class
The text was updated successfully, but these errors were encountered:
Hey,
I would like to inform you that there is a problem with a shutdown hook of embedded kafka broker on Windows 10/MacOS. I am using Spring Boot 3.2.2, maven and Java 11 but this problem is more common than mentioned versions.
Whenever the test is fine I get the test result...but any mistake in the test logic throws exception of "process can not access file because it is being used by another one"
at C\Users\Tomek\AppData\Local\Temp\kafka-7549812390119898284\broker_0_data0\softwareskill_topic_test-0\00000000000000000000.index
Here is my test class
The text was updated successfully, but these errors were encountered: