Closed B3ns44d closed 1 year ago
This issue is stale because it has been open for 90 days with no
activity. It will automatically close after 30 more days of
inactivity. Reopen the issue with /reopen
. Mark the issue as
fresh by adding the comment /remove-lifecycle stale
.
Describe the bug Hello,
I've been experiencing issues with the KafkaSource adapter in my Knative Eventing setup. The error messages indicate issues with claims update timeouts and decoding packet lengths. below are the relevant details:
Error Messages from KafkaSource Adapter Logs:
" Warning InternalError 6m1s kafkasource-controller error while reconciling connections: cannot connect to the pod: cannot perform the initial dial to target 10.42.3.137:9000: dial tcp 10.42.3.137:9000: connect: connection timed out"
Expected behavior Successful consumption of messages from Kafka topics with no errors.
To Reproduce Steps to reproduce the behavior.
Knative release version:
Knative Eventing version: 1.3.2
Additional context after some search in the knative code I've found the code that is giving me these errors:
for the claims update error:
file:
consumer/consumer_handler.go
code from the knative control-protocol:
file:
pkg/service/service.go
I'm seeking assistance in understanding the root cause of these errors and how to rectify them. Any insights, suggestions, or guidance would be greatly appreciated.
Thank you for your support!