Skip to content

Commit

Permalink
Fix typos (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
preciz authored Jul 30, 2024
1 parent 3698e41 commit 9eaf214
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

### Bug fixes

* Fix NoopAckwnoledger metadata name
* Fix NoopAcknowledger metadata name

## v1.0.4 (2022-11-05)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ To learn more and get started, check out [our official website](https://elixir-b

## Built-in features

Broadway takes the burden of defining concurrent GenStage topologies and provide a simple configuration API that automatically defines concurrent producers, concurrent processing, batch handling, and more, leading to both time and cost efficient ingestion and processing of data. It features:
Broadway takes the burden of defining concurrent GenStage topologies and provides a simple configuration API that automatically defines concurrent producers, concurrent processing, batch handling, and more, leading to both time and cost efficient ingestion and processing of data. It features:

* Back-pressure
* Automatic acknowledgements at the end of the pipeline
Expand Down

0 comments on commit 9eaf214

Please sign in to comment.