Mocking Kafka for Local Spring Development
Some time ago, a former teammate of mine reached out with a very specific request: Can you add a way to mock Kafka in your app? I need something simple, just a way for me to produce messages so my app can consume them. I just don't want to spin up a real Kafka for it.
