Reputation: 1
I want to write tests for spring kafka producer and consumer. I have tried multiple ways:
Every time I get one or the other error and all the examples posted on GitHub don't seem to run at all. I checked the spring kafka versions for compatibility as well.
Can someone share an example code base that was recently written and has seen it run successfully?
Upvotes: 0
Views: 3811
Reputation: 174789
There are hundreds of tests in the framework itself.
This is probably the most extensive one...
Upvotes: 1