squakez opened a new issue, #6846:
URL: https://github.com/apache/camel-k/issues/6846
For Kafka binding, we are using a new client:
```
type StrimziBindingProvider struct {
Client internalclientset.Interface
}
```
We should instead make use of the one provided normally in the
BindingContext which is available in the `Translate` func.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]