We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
stork
The text was updated successfully, but these errors were encountered:
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)?
hello-service
Sorry, something went wrong.
No branches or pull requests
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
In my application properties, there's no autocompletion for
stork
, and all properties appear unknown.The text was updated successfully, but these errors were encountered: