Skip to content

Commit

Permalink
fix up typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Swain Molster committed Aug 2, 2023
1 parent b26e764 commit 39785fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ test('something', async () => {

By default, the abstractions in `@lifeomic/delta` (`DynamoStreamHandler` and `SQSMessageHandler`) will process events in parallel. To control the parallelization, specify a `concurrency` value when creating the handler.

These abstractions also guarantee automatically ensure that within a batch of events correct _ordering_ is maintained according to the ordering semantics of the upstream event source, even when processing in parallel.
These abstractions also ensure that within a batch of events correct _ordering_ of events is maintained according to the ordering semantics of the upstream event source, even when processing in parallel.

In `DynamoStreamHandler`, events for the same _key_ will always be processed serially -- events from different keys will be processed in parallel.

Expand Down

0 comments on commit 39785fa

Please sign in to comment.