[
https://issues.apache.org/jira/browse/CAMEL-12068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16280216#comment-16280216
]
ASF GitHub Bot commented on CAMEL-12068:
----------------------------------------
oscerd commented on a change in pull request #2136: CAMEL-12068: Enable http2
for undertow component
URL: https://github.com/apache/camel/pull/2136#discussion_r155244589
##########
File path:
platforms/spring-boot/components-starter/camel-undertow-starter/src/main/java/org/apache/camel/component/undertow/springboot/UndertowComponentConfiguration.java
##########
@@ -123,6 +123,10 @@ public void setResolvePropertyPlaceholders(
* Set if the Undertow host should use direct buffers.
*/
private Boolean directBuffers;
+ /**
+ * Set if the Undertow host should use http2 protocol.
+ */
+ private Boolean http2Enabled;
Review comment:
Why adding the option on component level again? You already have it in
undertowHostOptions.
----------------------------------------------------------------
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:
[email protected]
> 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)