Skip to content

Review the configuration parameters #4546

@achmelo

Description

@achmelo

Describe the bug
The Zowe extender was trying to increase the read timeout via the configuration option described in the documentation. Unfortunately, neither option worked. It would be good to review these parameters.
parameter that didn't work:
customMetadata.apiml.readTimeout

https://docs.zowe.org/stable/extend/extend-apiml/custom-metadata/

What eventually helped:
Set a timeout for the entire gateway in Zowe.yaml -> apiml.connection.timeout

Note
Looks like readTimeout is no longer recognized by the gateway and was replaced by responseTimeout, which didn't help as well.

Expected behavior
The timeout requested by the service is honored, and only valid configuration properties are documented.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    Unplanned Bugs

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions