You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
We at SAP, are encountering the following error while deploying tasks using Spring Cloud Data Flow Server: CF-RateLimitV2APIExceeded(10018): Rate Limit of V2 API Exceeded. Please consider using the V3 API.
This error occurs because SAP Cloud Foundry has deprecated the V2 API, and its usage is now rate-limited as part of the SAP CF API v2 Deprecation and Removal Plan. However, Spring Cloud Data Flow Server still relies on the V2 API via the Spring Deployer, which appears to be hardcoded, and there is no way to configure the server to use the V3 API
The deprecation of the V2 API and subsequent rate-limiting severely impacts task deployments, causing delays and failures in our pipeline.
Could you please provide a fix that would make it configurable?
Description:
We at SAP, are encountering the following error while deploying tasks using Spring Cloud Data Flow Server:
CF-RateLimitV2APIExceeded(10018): Rate Limit of V2 API Exceeded. Please consider using the V3 API.
This error occurs because SAP Cloud Foundry has deprecated the V2 API, and its usage is now rate-limited as part of the SAP CF API v2 Deprecation and Removal Plan. However, Spring Cloud Data Flow Server still relies on the V2 API via the Spring Deployer, which appears to be hardcoded, and there is no way to configure the server to use the V3 API
The deprecation of the V2 API and subsequent rate-limiting severely impacts task deployments, causing delays and failures in our pipeline.
Could you please provide a fix that would make it configurable?
Release versions:
Name: spring-cloud-dataflow-server
Version: 2.11.3
Commit: 2183849
Screenshots:

The text was updated successfully, but these errors were encountered: