Skip to content

Stork properties are unknown #80

Open
@fbricon

Description

After watching https://www.youtube.com/watch?v=l3mLKU3wR2A&list=PLsM3ZE5tGAVatO65JIxgskQh-OKoqM4F2, I tried a quarkus project following that doc http://smallrye.io/smallrye-stork/1.0.0.Beta1/quarkus/, adding those deps to the pom.xml

<dependency>
  <groupId>io.smallrye.stork</groupId>
  <artifactId>smallrye-stork-service-discovery-consul</artifactId>
  <version>1.0.0.Beta1</version>
</dependency>
<dependency>
  <groupId>io.smallrye.stork</groupId>
  <artifactId>smallrye-stork-load-balancer-round-robin</artifactId>
  <version>1.0.0.Beta1</version>
</dependency>

In my application properties, there's no autocompletion for stork, and all properties appear unknown.
Screenshot 2021-11-15 at 20 10 45

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions