-
Notifications
You must be signed in to change notification settings - Fork 36
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
sample: Akka Projections 1.5.1 in samples #1104
Conversation
@@ -96,7 +96,6 @@ object ChargingStation { | |||
def init(implicit system: ActorSystem[_]): Replication[Command] = { | |||
val replicationSettings = | |||
ReplicationSettings[Command](EntityType, R2dbcReplication()) | |||
// FIXME remove once release out with flag in config (1.5.1-M2/GA) |
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.
was there some other intention with this FIXME? should it be via config accept-edge-replication
instead?
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.
That was the idea, but I think using the API might be good for extra clarity in the sample anyway, so let's leave it like this.
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
@@ -96,7 +96,6 @@ object ChargingStation { | |||
def init(implicit system: ActorSystem[_]): Replication[Command] = { | |||
val replicationSettings = | |||
ReplicationSettings[Command](EntityType, R2dbcReplication()) | |||
// FIXME remove once release out with flag in config (1.5.1-M2/GA) |
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.
That was the idea, but I think using the API might be good for extra clarity in the sample anyway, so let's leave it like this.
We need to bump this before making the release, otherwise the sample zip files will contain the old version.