How to increase Route timeout in A-MQ Streams?
Issue
Using AMQ Streams with external type route, it uses the default OpenShift route timeout of 30s. We'd like to increase the timeout to a custom setting for one of our external applications.
So, in order the increase the timeout with route, we did
oc annotate route dispatch-kafka-0 --overwrite haproxy.router.openshift.io/timeout=10m
for all the routes, and it worked.
But, is it possible to apply the timeout value within the Kafka CRDs?
Environment
Red Hat AMQ Streams - 1.1.0
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.