Hello, Apologies if this is a naïve question, but I'd like to understand if and how KStreams and KSQL can deal with topics that reside in more than one cluster. For example, is it possible for a single KS[treams|QL] application to:
1. Source from a topic on cluster A 2. Produce/Consume to intermediate topics on cluster B 3. Sink a final results to cluster C Or is it the case that all events read/written by such an application must exist on the same Kafka cluster? Thanks, Elliot.