-
Notifications
You must be signed in to change notification settings - Fork 8
chore: using the same conventions for Views implementation is samples #323
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
base: main
Are you sure you want to change the base?
Conversation
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.
👍🏼 Looks much better
@@ -7,12 +7,12 @@ | |||
import akka.javasdk.annotations.ComponentId; | |||
import akka.javasdk.view.View; | |||
|
|||
@ComponentId("customers_by_name_2") | |||
@ComponentId("customers-by-name") |
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.
This needed to be a different id, with _2
?
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.
^
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, shouldn't we merge this before it's conflicting with other changing? Waiting for something? There is one comment that seems important to fix.
@@ -7,12 +7,12 @@ | |||
import akka.javasdk.annotations.ComponentId; | |||
import akka.javasdk.view.View; | |||
|
|||
@ComponentId("customers_by_name_2") | |||
@ComponentId("customers-by-name") |
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.
^
No description provided.