Hi all, Would it make sense to use Kafka Streams within Kafka Connect connectors? For example, if I need to aggregate messages in a sink connector. Or, alternatively, would it make sense to have the aggregation logic implemented using Kafka Connect, write the result into a new topic, and then have a simple sink connector that only dumps aggregated messages?
Thanks, Alex