Annotation Type SkipWhenKafkaVersion


@Retention(RUNTIME) @Target({METHOD,TYPE}) public @interface SkipWhenKafkaVersion
Marker annotation used together with the SkipTestRule JUnit rule, that allows tests to be skipped based on the Apache Kafka version used for testing.
Author:
Chris Cranford