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

Kafka codestart causes problems - and we install kafka when not used #389

Open
holly-cummins opened this issue Oct 3, 2023 · 0 comments

Comments

@holly-cummins
Copy link
Collaborator

There is a missing guard on this, in the non-messaging paths:

[source,shell,subs="attributes+"]
----
./mvnw io.quarkus:quarkus-maven-plugin:{quarkus-version}:create \
  -DplatformVersion={quarkus-version} \
  -DprojectGroupId=io.quarkus.workshop.super-heroes \
  -DprojectArtifactId=rest-fights \
  -DclassName="io.quarkus.workshop.superheroes.fight.FightResource" \
  -Dpath="api/fights" \
  -Dextensions="jdbc-postgresql,hibernate-orm-panache,hibernate-validator,quarkus-resteasy-reactive-jackson,smallrye-openapi,kafka"
----

Also, when we do install kafka, @maxandersen has spotted that the codestart causes problems, so we need to specify --no-codestart.

@holly-cummins holly-cummins changed the title Kafka codestart causes problems - and we install kafka too often Kafka codestart causes problems - and we install kafka when not used Oct 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant