Dear all, We are currently implementing a request throttling mechanism in our catalog. However, we've noticed that the 429 code is currently not defined in the current rest catalog api spec even though as Prashant pointed out that iceberg already handles 429 responses. <https://github.com/apache/iceberg/blob/6735edd8494257af8cbfe92f38072136a2f97715/core/src/main/java/org/apache/iceberg/rest/ExponentialHttpRequestRetryStrategy.java#L69>
Here is the updated spec pr <https://github.com/apache/iceberg/pull/14783> and would appreciate feedback. Cheers, Yingjian
