pvillard31 commented on PR #10542: URL: https://github.com/apache/nifi/pull/10542#issuecomment-3547792070
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 ? -- 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]
