You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on a project where we are configuring all of our topics in property files, so our tests have to know about the contents of the property files to configure the correct topics. The alternative to this is to use @TestPropertySource to override our topic properties, but we have a lot of topics, so it's not that convenient.
Ideally the topic attribute of @EmbeddedKafka would be able to accept and resolve property placeholders.