Skip to content
Discussion options

You must be logged in to vote
  1. This problem seems to be a limitation of Armeria. The reason is that the return data of response is too large. See the default configuration: defaultMaxResponseLength

  2. SW_STORAGE_ES_BATCH_OF_BYTES is to solve the problem of a single flush batch being too large during ES insertion. For example, if you insert >10M each time, ES may reject your request;

  3. How to solve your problem? Query in kibana of ES to confirm whether your data return is too large. If so, it is recommended to streamline the reporting or temporarily adjust the limitations of the Armeria client.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@chenhaipeng
Comment options

Answer selected by fruitfish
@wu-sheng
Comment options

@chenhaipeng
Comment options

@wu-sheng
Comment options

@fruitfish
Comment options

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