-
Notifications
You must be signed in to change notification settings - Fork 9
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
Java templates and release #47
Conversation
1055c4e
to
432d420
Compare
432d420
to
c5b3714
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for creating this PR @slinkydeveloper. I've given it a pass and left some minor comments. The main comment (unfortunately I don't have a good idea for how to solve it) is that with the download commands in the root readme, the readme becomes quite cluttered. Maybe this is fine for the time being. Apart from that, I think it would be helpful to add a bit more comments to the starter examples to guide new Restate users.
java/hello-world-lambda/src/main/java/dev/restate/sdk/examples/Greeter.java
Outdated
Show resolved
Hide resolved
java/hello-world-lambda/src/main/java/dev/restate/sdk/examples/LambdaHandler.java
Outdated
Show resolved
Hide resolved
535ca28
to
b0c0918
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. +1 for merging.
New version of #42 and #43