Hi all, do you think you can enable Http2 Clear Text support for Tika Server?
It looks like it's supported by Jetty/CXF and just adding the explicit http2-server dependency enables it, but I'm not exactly familiar with Java frameworks so let me know if I'm missing something. I did a quick test based on some documentation and built a docker image based on that and it seems to work. - Doc: https://cwiki.apache.org/confluence/display/CXF20DOC/Jetty+Configuration#JettyConfiguration-jetty_http2HTTP/2support - Changes: https://github.com/elemdisc/tika/pull/1/changes The motivation for this is Google Cloud Run--they have a hard cutoff of 32mb request sizes for http1.1, but http2 is uncapped. Thanks! Lawrence
