I have some JUnit tests on code that uses a kafka topic. The mock kafka topics I\'ve tried do not work and the examples found online are very old so they also do not work wi
Have you tried mocking kafka consumer objects using a mocking framework like Mockito?