I have simple spring boot kafka listener. And i want to test it.
What are drawbacks of testing using embedded kafka VS testing with test containers kafka? Im familliar with testcontainers, it provides fully dunctional kafka. What are limitations of embedded kafka compared to container?(Concrete examples pls)
