Closed dimovelev closed 6 years ago
Thanks for pointing out the missing throws clause in the example.
I suspect that you have a dependency conflict that brings an older version of Zookeeper or Curator into scope. Have a look at your dependency tree to see where that happens.
Hi @dimovelev, This looks like the same issue as this: https://github.com/charithe/kafka-junit/issues/28 So maybe you have a conflicting version of apache curator on your classpath?
I created a very simple maven project with junit5 and the example test (which btw is missing a throws declaration to actually compile). Unfortunately, when I run the test (on windows 7 in idea 2017.3) I get this error: