You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">A comma-separating list of topics to be consumed. Cannot be used with the <code>topic</code> or <code>pattern</code> properties</p>
353
+
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">A comma-separated list of topics to be consumed. Cannot be used with the <code>topic</code> or <code>pattern</code> properties</p>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">A comma-separating list of incoming record headers to be propagated to the outgoing record</p>
443
+
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">A comma-separated list of incoming record headers to be propagated to the outgoing record</p>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">Consumer should take action when it receives a message that can not be decrypted.<br>
443
443
* <strong>FAIL</strong>: this is the default option to fail messages until crypto succeeds.<br>
444
-
* <strong>DISCARD</strong>:silently acknowledge and not deliver message to an application.<br>
444
+
* <strong>DISCARD</strong>:silently acknowledge and not deliver message to an application.<br>
445
445
* <strong>CONSUME</strong>: deliver encrypted messages to applications. It is the application’s responsibility to decrypt the message.</p>
446
446
<pclass="tableblock">The decompression of message fails.</p>
447
447
<pclass="tableblock">If messages contain batch messages, a client is not be able to retrieve individual messages in batch.</p>
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">Specify the failure strategy to apply when a message produced from a record is acknowledged negatively (nack). Values can be <code>nack</code> (default), <code>fail</code>, <code>ignore</code> or `reconsume-later</p></td>
312
+
<tdclass="tableblock halign-left valign-top"><pclass="tableblock">Specify the failure strategy to apply when a message produced from a record is acknowledged negatively (nack). Values can be <code>nack</code> (default), <code>fail</code>, <code>ignore</code> or <code>reconsume-later</code></p></td>
<p>The time in ms for which a connection remains unused in the connection pool before being evicted and closed. A timeout of <code>0</code> means there is no timeout.</p>
87976
+
<p>The time in ms for which a connection remains unused in the connection pool before being evicted and closed.</p>
87977
+
</div>
87978
+
<div class="paragraph">
87979
+
<p>Although this is set in milliseconds, the underlying client can only be configured in seconds, meaning that for this value to actually take effect, it must be higher than <code>1000</code>; any value less than or equal to <code>999</code> is converted to 0 seconds.</p>
87980
+
</div>
87981
+
<div class="paragraph">
87982
+
<p>A timeout of <code>0</code> means there is no timeout.</p>
87977
87983
</div>
87978
87984
<div class="paragraph">
87979
87985
<p>Can be overwritten by client-specific settings.</p>
<p>The time in ms for which a connection remains unused in the connection pool before being evicted and closed. A timeout of <code>0</code> means there is no timeout.</p>
89104
+
<p>The time in ms for which a connection remains unused in the connection pool before being evicted and closed.</p>
89105
+
</div>
89106
+
<div class="paragraph">
89107
+
<p>Although this is set in milliseconds, the underlying client can only be configured in seconds, meaning that for this value to actually take effect, it must be higher than <code>1000</code>; any value less than or equal to <code>999</code> is converted to 0 seconds.</p>
89108
+
</div>
89109
+
<div class="paragraph">
89110
+
<p>A timeout of <code>0</code> means there is no timeout.</p>
89099
89111
</div>
89100
89112
<div class="paragraph">
89101
89113
<p>Environment variable: <code id="env-var-69211">QUARKUS_REST_CLIENT__CLIENT__CONNECTION_TTL</code><button class="btn-copy fa fa-clipboard inline-btn-copy" data-clipboard-action="copy" data-clipboard-target="#env-var-69211" title="Copy to clipboard" do-not-collapse="true"></button></p>
0 commit comments