Skip to content

Add response compression with brotli for API Gateway #377

@Smartdevs17

Description

@Smartdevs17

Description

API responses are uncompressed. Implement brotli compression at API gateway level with gzip fallback.

Acceptance Criteria

  • Brotli compression at API gateway
  • Compression level configuration (1-11)
  • Minimum response size for compression
  • Cache-control header preservation
  • Bandwidth reduction measurement (target: 70%)
  • Client Accept-Encoding negotiation

Technical Scope

  • api/src/middleware/
  • infra/
  • Edge: compression of already-compressed data, streaming response handling

Metadata

Metadata

Assignees

No one assigned

    Labels

    200-points200 point issuedrips-waveDrips Wave project taskhighHigh priority issue

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions