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.
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.