Hey there, I'm wondering if anyone has the need to use an embedded Kafka connector module. The goal we want to achieve is to avoid letting customers maintain a separate component when they stream data from their Kafka cluster to our service, so that they just need to provide the cluster connection information and we could internally manage all of the hard logic on cloud. It would be of our best interest if we don't need to have a standalone connector service either.
I know this is not a usual solution, so just want to know if anyone has had to solve a similar problem, and what's your take on the trade-off, thanks!