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
When using @EmbeddedKafka annotation in a plain junit 5 test (w.o. spring-test) the partitions() attribute of the annotation is igonred, and always defaults to 2.
The problem seems in EmbeddedKafkaCondition.createBroker() where embedded.partitions() is not passed to the constructor of EmbeddedKafkaBroker