Skip to content

Instantly share code, notes, and snippets.

@danielkec
Created January 24, 2021 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielkec/03fdd5e1e8f6a826f75a3bae0a72aa54 to your computer and use it in GitHub Desktop.
Save danielkec/03fdd5e1e8f6a826f75a3bae0a72aa54 to your computer and use it in GitHub Desktop.
<dependency>
<groupId>io.helidon.microprofile.messaging</groupId>
<artifactId>helidon-microprofile-messaging</artifactId>
</dependency>
<dependency>
<groupId>io.helidon.messaging.kafka</groupId>
<artifactId>helidon-messaging-kafka</artifactId>
</dependency>
<dependency>
<groupId>io.cloudevents</groupId>
<artifactId>cloudevents-kafka</artifactId>
<version>2.0.0.RC2</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment