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
{{ message }}
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.
{
"@timestamp": "2024-07-22T07:03:39.584Z",
"@version": "1",
"message": "failed to send event to subscriber context={topics=[my-requests], consumerGroup='my-workflow-group', reference=uuid: \"d256b565-5054-4343-8003-c2821259f127\"\nnamespace: \"default\"\nname: \"my-workflow\"\n} target=http://my-workflow.default.svc.cluster.local",
"logger_name": "dev.knative.eventing.kafka.broker.dispatcher.impl.http.WebClientCloudEventSender",
"thread_name": "vert.x-worker-thread-8",
"level": "ERROR",
"level_value": 40000,
"stack_trace": "io.vertx.core.http.impl.NoStackTraceTimeoutException: The timeout period of 600000ms has been exceeded while executing POST for server my-workflow.default.svc.cluster.local:80\n",
"context": {},
"target": "http://my-workflow.default.svc.cluster.local"
}
Steps to Reproduce the Problem
As far as I can tell, all that it takes is to run a request via a kafkasource requires a long time to process (our requests can take up to 20 minutes)
Expected Behavior
No error logs even on long-running requests
Actual Behavior
$ kubectl -n knative-eventing logs -f kafka-source-dispatcher-0
shows logs like:Steps to Reproduce the Problem
As far as I can tell, all that it takes is to run a request via a kafkasource requires a long time to process (our requests can take up to 20 minutes)
Our kafkasource looks like this:
Additional Info
The text was updated successfully, but these errors were encountered: