adutra commented on code in PR #2757:
URL: https://github.com/apache/polaris/pull/2757#discussion_r2446106679
##########
runtime/service/src/main/java/org/apache/polaris/service/correlation/CorrelationIdFilter.java:
##########
@@ -26,39 +26,38 @@
import jakarta.ws.rs.core.Response;
import org.apache.iceberg.rest.responses.ErrorResponse;
import org.apache.polaris.service.config.FilterPriorities;
-import org.apache.polaris.service.logging.LoggingConfiguration;
import org.jboss.resteasy.reactive.server.ServerRequestFilter;
import org.jboss.resteasy.reactive.server.ServerResponseFilter;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
-public class RequestIdFilter {
+public class CorrelationIdFilter {
- public static final String REQUEST_ID_KEY = "requestId";
+ public static final String CORRELATION_ID_KEY = "requestId";
Review Comment:
Same here, `correlationId` would have been more appropriate imho, but it's
too late.
--
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]