xmidt-org / xmidt-agent

The client agent for the Xmidt service.
Apache License 2.0
2 stars 2 forks source link

how should the xmidt-agent respond when messages are dropped either due to their size or due to queue trimming #208

Closed denopink closed 1 month ago

denopink commented 3 months ago

There appears to be three cases.

How should the xmidt-agent respond when:

  1. a request produces a respond that is too large and it's dropped
    1. Should it respond with a 413 Content Too Large?
  2. an event that is too large and dropped
  3. a respond or event is trimmed
denopink commented 1 month ago

Working on this, this week