hanicz opened a new pull request, #1105: URL: https://github.com/apache/knox/pull/1105
[KNOX-3199](https://issues.apache.org/jira/browse/KNOX-3199) - Topology level async support ## What changes were proposed in this pull request? Adds a new gateway-site.xml configuration that makes it possible to only enable async support for specific topologies. `gateway.servlet.async.supported.topologies`: Comma separated list of topologies that support async. ``` <property> <name>gateway.servlet.async.supported.topologies</name> <value>health,sandbox</value> </property> ``` The new config takes precedence over a false `gateway.servlet.async.supported`. So even if async support is turned off on gateway level the new config makes it possible to turn it on for specific topologies. ## How was this patch tested? Unit tests, manually tested locally with SSE service -- 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]
