eric-maynard commented on code in PR #1431:
URL: https://github.com/apache/polaris/pull/1431#discussion_r2056814167


##########
api/iceberg-service/build.gradle.kts:
##########
@@ -45,6 +45,9 @@ dependencies {
   implementation("com.fasterxml.jackson.core:jackson-annotations")
   implementation("com.fasterxml.jackson.core:jackson-core")
   implementation("com.fasterxml.jackson.core:jackson-databind")
+
+  compileOnly(platform(libs.quarkus.bom))
+  compileOnly("io.quarkus:quarkus-smallrye-fault-tolerance")

Review Comment:
   Can you add more detail here @dimas-b? Within dropwizard, we used a filter 
for this because that seemed like the best narrow waist for a top-level timeout 
like this. How can we cover all of the APIs if we push this into 
implementations?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to