bbejeck/kafka-streams-in-action

Another question for you

sachabarber opened this issue · 0 comments

I noticed you happen to work on a PR for this issue at kafka main branch

apache/kafka#4702

If I call topologyTestDriver

I get All sort of NIo exceptions about directory not being empty

If I just don't protect the call to the topologyTestDriver.close in try catch and also delete state directory myself all seems ok

Any idea if this is what I should be doing. Or should that jimust work in 2.1.0

I'm using Windows for dev machine

Sorry to ask another question of you