Skip to content
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

Merged
merged 2 commits into from
Dec 20, 2023
Merged

Conversation

patriknw
Copy link
Member

We need to bump this before making the release, otherwise the sample zip files will contain the old version.

@@ -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)
Copy link
Member Author

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?

Copy link
Member

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.

@patriknw patriknw changed the title Wip version 1.5.1 patriknw sample: Akka Projections 1.5.1 in samples Dec 20, 2023
Copy link
Member

@johanandren johanandren left a 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)
Copy link
Member

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.

@patriknw patriknw merged commit e08d7a9 into main Dec 20, 2023
21 checks passed
@patriknw patriknw deleted the wip-version-1.5.1-patriknw branch December 20, 2023 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants