Skip to content

Commit

Permalink
quarkusio#2663 Adding "quarkus-kafka-client" and "quarkus-kafka-strea…
Browse files Browse the repository at this point in the history
…ms" to extensions list
  • Loading branch information
gunnarmorling committed Jun 3, 2019
1 parent b99edda commit 5ac8c6a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions devtools/common/src/main/filtered/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -497,5 +497,21 @@
],
"groupId": "io.quarkus",
"artifactId": "quarkus-reactive-pg-client"
},
{
"name": "Apache Kafka Client",
"labels": [
"kafka"
],
"groupId": "io.quarkus",
"artifactId": "quarkus-kafka-client"
},
{
"name": "Apache Kafka Streams",
"labels": [
"kafka"
],
"groupId": "io.quarkus",
"artifactId": "quarkus-kafka-streams"
}
]

0 comments on commit 5ac8c6a

Please sign in to comment.