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
sayHello
What happened:
Run the sayHello demo in https://github.com/layotto/java-sdk/blob/main/examples-hello/src/main/java/io/mosn/layotto/examples/hello/Hello.java And it will fail :(
It's because the config.json uses a store named quick_start_demo: but the demo uses helloworld:
config.json
quick_start_demo
helloworld
What you expected to happen:
How to reproduce it (as minimally and precisely as possible): Follow the readme https://github.com/layotto/java-sdk#2-run-the-examples and then run the Hello.java demo
Hello.java
Anything else we need to know?:
The text was updated successfully, but these errors were encountered:
seeflood
Successfully merging a pull request may close this issue.
What happened:
Run the
sayHello
demo in https://github.com/layotto/java-sdk/blob/main/examples-hello/src/main/java/io/mosn/layotto/examples/hello/Hello.javaAnd it will fail :(
It's because the
config.json
uses a store namedquick_start_demo
:but the demo uses
helloworld
:What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
Follow the readme https://github.com/layotto/java-sdk#2-run-the-examples and then run the
Hello.java
demoAnything else we need to know?:
The text was updated successfully, but these errors were encountered: