confluentinc / confluentinc/kafka-tutorials
DLQ aggregation recipe
Open
recipe
use case
- Dominant language
- Java
- Stars
- 39
- Forks
- 91
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
Assessment
This issue has not been assessed yet.