Skip to content

Commit

Permalink
W-16976393: Add a configuration to the HTTP Listener to call the resp…
Browse files Browse the repository at this point in the history
…onse-ready callback in a separate scheduler (#2501)

(cherry picked from commit 9422a01)
  • Loading branch information
eze210 authored Oct 15, 2024
1 parent a493ce7 commit f2a7adb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dsl/src/test/resources/component-config-app-declaration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@
<http:listener config-ref="httpListener"
primaryNodeOnly="true"
path="testBuilder"
responseStreamingMode="AUTO">
responseStreamingMode="AUTO"
deferredResponse="false">
<redelivery-policy maxRedeliveryCount="2" useSecureHash="true"/>
<reconnect blocking="true" count="1" frequency="0"/>
<http:response>
Expand Down

0 comments on commit f2a7adb

Please sign in to comment.