Skip to content

Conversation

quetzalliwrites
Copy link
Collaborator

The LocalStack Replicator will now be able to create batch replications, using --replication-type BATCH.

@quetzalliwrites quetzalliwrites requested review from simonrw, cloutierMat and a team September 8, 2025 15:13
@quetzalliwrites quetzalliwrites self-assigned this Sep 8, 2025
@quetzalliwrites quetzalliwrites added documentation Improvements or additions to documentation release-bound labels Sep 8, 2025
Copy link
Contributor

@cloutierMat cloutierMat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the update!

I think as we move forward, if we have more replication types, we might need to split it a bit differently to index by replication types. But I think that for now, this will do!

Hove you thought of how we could upgrade the table or maybe add a new table to show which resources are supporting batch replication? Again not a problem for now, but good to think ahead what it could look like so we can add the required data.

--resource-identifier /dev/
```

The `--resource-identifier` in this case must be a path prefix (not a wildcard or glob). All parameters under that prefix will be discovered and replicated. This replication runs in parallel with a fixed concurrency limit (10 resources at a time).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just noticed that. The limit of 10 is internal behavior for concurrent replication. All parameters matching the path should be replicated. And this number is bound to change. I don't think we should display this internal behavior.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation release-bound
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants