exceptionfactory commented on PR #10542: URL: https://github.com/apache/nifi/pull/10542#issuecomment-3548226917
> As a side note, another option would be to hide HTTP/3 from Reactor. Meaning exclude io.netty:netty-codec-http3 and io.netty:netty-codec-classes-quic from the Azure SDK dependencies so that `Http3.isHttp3Available()` never finds the marker class. Reactor 1.3.0 would immediately fall back to HTTP/1.1+HTTP/2, so there is no QUIC bootstrap and Blob checkpoints work. Thoughts @exceptionfactory ? Thanks for the background @pvillard31. Excluding the `netty-codec-http3` sounds like a more focused option for now, versus downgrading. Adding the native libraries is probably the ultimate path forward, but that would require a bit more evaluation. -- 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]
