[ https://issues.apache.org/jira/browse/CAMEL-12068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16279964#comment-16279964 ]
ASF GitHub Bot commented on CAMEL-12068: ---------------------------------------- jamesnetherton commented on a change in pull request #2136: CAMEL-12068: Enable http2 for undertow component URL: https://github.com/apache/camel/pull/2136#discussion_r155194781 ########## File path: components/camel-undertow/src/main/java/org/apache/camel/component/undertow/DefaultUndertowHost.java ########## @@ -37,6 +38,7 @@ private CamelRootHandler rootHandler; private Undertow undertow; private String hostString; + private boolean http2Enabled; Review comment: Would it not be better if `http2Enabled` was part of `UndertowHostOptions`? It would be more consistent with how other Undertow server options are configured on the builder object. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > Camel Undertow support for http2 > -------------------------------- > > Key: CAMEL-12068 > URL: https://issues.apache.org/jira/browse/CAMEL-12068 > Project: Camel > Issue Type: Improvement > Components: camel-undertow > Affects Versions: 2.21.0 > Environment: ALL > Reporter: chandra shekhar pandey > > Camel Undertow seems to be supporting only http1.1 currently. As embedded > undertow version is 1.4 which supports http2, hence camel-undertow consumer > should also support http2 protocol. -- This message was sent by Atlassian JIRA (v6.4.14#64029)