Skip to content

Commit

Permalink
docs: Add LIMITATIONS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexec committed Aug 4, 2021
1 parent 2cfee32 commit 9a09f4d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ Advanced

* [Configuration](docs/CONFIGURATION.md)
* [Features](docs/FEATURES.md)
* [Limitations](docs/LIMITATIONS.md)
* [Metrics](docs/METRICS.md)
* [Image contract](docs/IMAGE_CONTRACT.md)
* [Reading material](docs/READING.md)
Expand Down
14 changes: 14 additions & 0 deletions docs/LIMITATIONS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Limitations

## Message Size

Messages are handled in memory by Argo Dataflow, so are limited by the amount of memory available x the number of messages cached in memory.

* HTTP messages must be < 4GB.
* Kafka messages are typically < 1MB.
* NATS streaming messages are < 1MB.

## Message Throughput

* HTTP source tested to 2,000 TPS
* Sinking is limited by the rate of the sink.

0 comments on commit 9a09f4d

Please sign in to comment.