Skip to content

Reevaluate the compression handling of the REST Client #46496

@geoand

Description

@geoand

Description

The REST Client currently introduces ClientGZIPDecodingInterceptor as way to handle gzip encoded input.

This is not ideal for a couple reasons:

  • Vert.x should already handle this
  • It doesn't support other values of the Content-Encoding header

Moreover the name of the property (enable-compression) is just plain wrong as it should be enable-decompression

Implementation ideas

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions