Use case: aggregate DLQ topics w/ ksqlDB and send downstream (e.g., to BigQuery) Recipe would, e.g.: 1. create 2 connectors w/ DLQ topics, simulate the DLQ topics via `INSERT` 2. KSQL to aggregate (transform / normalize?) the streams into one 3. send downstream