* Currently, EmbeddedKafka is initialized as part of the class initialization. This is preventing individual JUnit tests from being executed from an IDE (IntelliJ, for example). If we move this initialization to the JUnit `BeforeAll` method, then that seems to be working. Resolves https://github.com/spring-cloud/spring-cloud-stream/issues/2942