This repository was archived by the owner on Sep 2, 2024. It is now read-only.
This repository was archived by the owner on Sep 2, 2024. It is now read-only.
Open
Description
Describe the bug
KafkaChannel reconciler creates Kafka client too often. ...in every reconciliation loop.
Storing the client and reusing breaks things. See discussion here: #886 (comment)
Expected behavior
Not too many Kafka clients created
To Reproduce
See discussion here: #886 (comment) and apply the reverted change.
Knative release version
0.24, 0.25, 0.26
Additional context
See discussion here: #886 (comment)