How can I instantiate a Mock Kafka Topic for junit tests?

后端 未结 2 1147
逝去的感伤
逝去的感伤 2021-01-04 03:39

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

2条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-04 04:15

    Have you tried mocking kafka consumer objects using a mocking framework like Mockito?

提交回复
热议问题