@EmbeddedKafka annotation doesn't expose adminTimeout property #2059
Labels
backport 2.8.x (obsolete)
ideal-for-user-contribution
An issue that would ideal for a user to get started with contributing.
type: enhancement
Milestone
Uh oh!
There was an error while loading. Please reload this page.
As per reply from Artem (Bilan) on stackoverflow (link), @embeddedkafka annotation would need to expose adminTimeout property.
Use case is when running multiple parallel integration test cases for different subprojects all using embeddedkafka, the default timeout value of 10sec end up being too short (please refer to stackoverflow for detail). reducing (or avoiding) parallelism ends up significantly extending test suite total execution time, and as such is not a valid option.
The text was updated successfully, but these errors were encountered: