Skip to content

Instantly share code, notes, and snippets.

@schroedermatt
Created November 11, 2021 17:14
Show Gist options
  • Save schroedermatt/9de4fecaf70de431c01efcc9ada6cd2e to your computer and use it in GitHub Desktop.
Save schroedermatt/9de4fecaf70de431c01efcc9ada6cd2e to your computer and use it in GitHub Desktop.
Custom annotation for QuarkusEmbeddedKafkaTest
@QuarkusTest
@QuarkusTestResource(EmbeddedKafkaTestResource.class)
@Stereotype
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
public @interface QuarkusEmbeddedKafkaTest {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment