Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
galeaspablo authored Nov 11, 2024
1 parent 8bbbcc4 commit 6ebb258
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ data_destinations:

### Limitations

1) The emulator works well in development and test environments, but does not have the [strict](https://ambar.cloud/blog/provably-correct-data-streaming-our-white-paper) delivery and durability guarantees required of production environments.
2) The emulator consumes more resources on databases and web servers, because it does not implement features such as change data capture and [adaptive load](https://ambar.cloud/blog/optimal-consumption-with-adaptive-load).
1) The emulator works well in development and test environments, but does not have the [strict](https://ambar.cloud/blog/provably-correct-data-streaming-our-white-paper) delivery and durability guarantees Ambar gives you in production environments.
2) The emulator consumes more resources than Ambar does on your databases and web servers, because it does not implement features such as change data capture and [adaptive load](https://ambar.cloud/blog/optimal-consumption-with-adaptive-load).
3) The emulator can handle thousands of messages per second but does not scale horizontally, because the emulator can only run in a single machine.
4) The emulator doesn't provide filtering (yet - we will eventually add this).

Expand Down

0 comments on commit 6ebb258

Please sign in to comment.