First you need to check how to enable http2 support in Jetty, then you change the code of camel-jetty to see if we can enable this kind feature by applying some code change on the jetty engine. Then we may need to provide a setup option on the jetty endpoint.
My question is there are some other components[1] which provides the http2 server side support, why do you still need to use jetty? [1]https://developers.redhat.com/blog/2017/12/12/using-camel-undertow-component-supporting-http2-connection/ Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Tue, Jul 16, 2019 at 12:43 PM Wang Yan <wyan...@gmail.com> wrote: > > Dear All, > > In my current project, we need camel jetty http2 support at the server > I find the below post which related to my question, could anyone give > me some hints where or what code should be modified to enable camel > jetty component to support http2 feature? > > https://stackoverflow.com/questions/54180195/camel-jetty-http-2-support > > Thanks and Rgds > W.Y