Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update documentation for "kafka" extension #12446

Closed
shpakkrll opened this issue Oct 1, 2020 · 0 comments · Fixed by #12477
Closed

Update documentation for "kafka" extension #12446

shpakkrll opened this issue Oct 1, 2020 · 0 comments · Fixed by #12477
Labels
area/documentation area/kafka good first issue Good for newcomers kind/bug Something isn't working
Milestone

Comments

@shpakkrll
Copy link

Describe the bug
According to documentation https://quarkus.io/guides/kafka-streams while adding extension via
./mvnw quarkus:add-extension -Dextensions="kafka"
This should add the following to your pom.xml:

<dependency>
    <groupId>io.quarkus</groupId>
    <artifactId>quarkus-smallrye-reactive-messaging-kafka</artifactId>
</dependency>

In practice it's failed because there is:
❌ Multiple extensions matching 'kafka'

In a scenario where the user trying to add multiple extensions at once, it takes some time to find the extension that causes the problem (because it's not mentioned on which one ./mvnw quarkus:add-extension fails)

Resolution
Update listed command in documentation with ./mvnw quarkus:add-extension -Dextensions="quarkus-smallrye-reactive-messaging-kafka"

Screenshots
image

Environment (please complete the following information):
mvn io.quarkus:quarkus-maven-plugin:1.8.1.Final

@shpakkrll shpakkrll added the kind/bug Something isn't working label Oct 1, 2020
lucasscharf pushed a commit to lucasscharf/quarkus that referenced this issue Oct 2, 2020
@gsmet gsmet modified the milestones: 1.9.0 - master, 1.8.2.Final Oct 2, 2020
gsmet pushed a commit to gsmet/quarkus that referenced this issue Oct 6, 2020
gsmet pushed a commit to gsmet/quarkus that referenced this issue Oct 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/documentation area/kafka good first issue Good for newcomers kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants