huaxingao opened a new issue, #3914: URL: https://github.com/apache/polaris/issues/3914
### Is your feature request related to a problem? Please describe. _No response_ ### Describe the solution you'd like To address https://github.com/apache/polaris/pull/3803#discussion_r2842138731: create a separate module for the idempotency HTTP filter and related idempotency service classes, instead of bundling them inside runtime/service. The Polaris server (runtime/server) would include this new module so idempotency still works there, but downstream projects that don’t want idempotency could exclude the module and avoid the extra runtime overhead and schema/table management. ### Describe alternatives you've considered _No response_ ### Additional context _No response_ -- 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]
