-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Description
Currently spring-kafka
allow using KafkaEmbedded
using @ClassRule
or using spring's injection thanks to provided context customizer.
Is there any reason why there's no JUnit 5 extension provided or are there any plans on supporting this?
For now I'm using custom written JUnit 5 extension which implements both replication manager shutdown and high watermark hacks from #194 but it will be best to have this done properly by spring-kafka itself.