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

Stork properties are unknown #80

Open
fbricon opened this issue Nov 15, 2021 · 1 comment
Open

Stork properties are unknown #80

fbricon opened this issue Nov 15, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@fbricon
Copy link
Collaborator

fbricon commented Nov 15, 2021

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

@fbricon fbricon added the bug Something isn't working label Nov 15, 2021
@angelozerr
Copy link
Contributor

I think it's not a bug but more an enhancement, because it requires some specific code to compute those properties.

But I don't understand the rule to retrieve the hello-service part? How can we retrieve list of services (from Java file, from SPI file, etc)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants