flyrain commented on code in PR #2680:
URL: https://github.com/apache/polaris/pull/2680#discussion_r2480218307
##########
runtime/service/build.gradle.kts:
##########
@@ -106,6 +106,8 @@ dependencies {
implementation(libs.jakarta.servlet.api)
+ runtimeOnly(project(":polaris-async-vertx"))
Review Comment:
I’m good with using the Vert.x async executor since we’re already on
Quarkus. The `polaris-async-vertx` module currently lives under
`/persistence/nosql`, but it’s really part of the async infrastructure rather
than a NoSQL implementation detail. We could consider moving it out of that
directory, though it doesn’t need to be done in this PR.
--
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]