Skip to content

GZIP Request and Response Configuration #866

@sedovalx

Description

@sedovalx

Here is how I create a client:

AthenaClient
    .builder()
    .region(Region.of(environment.aws.region))
    .credentialsProvider(DefaultCredentialsProvider.create())
    .overrideConfiguration {
        it.apiCallTimeout(Duration.ofMillis(environment.athena.executionTimeout.toLong()))
//                    it.gzipEnabled(true)
//                    it.totalExecutionTimeout(Duration.ofMillis(environment.athena.executionTimeout.toLong()))
    }
    .build()

Previously I could use the gzipEnabled property to enable gzip encoding, it is absent now. Can you give me an example of setting it up?

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature-requestA feature should be added or improved.p2This is a standard priority issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions