Skip to content

Appropriate asset size for HTTP dataplane #2333

Answered by jimmarino
reisman234 asked this question in Q&A
Discussion options

You must be logged in to vote

That depends on a number of things, including JVM configuration, available memory, etc so it is impossible to give a specific answer.

However, as guidance:

  1. The HTTP source and sink implementation are designed for small (e.g. kilobyte) messages
  2. If you require large message transfers, use a more appropriate protocol such as S3 or FTP (that latter would be a good addition)
  3. Don't run the data plane in the same instance as the control plane - there's plenty of documentation explaining why

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@reisman234
Comment options

Answer selected by reisman234
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants