Skip to main content

Content Routing Explorer

Use the stage controls to compare the synthetic input, authored output, and configuration at each step.

Interactive pipeline

CONTENT-BASED ROUTING

Field-based branch configuration

Stage 1 of 5

Original Input

Start with one example destination before adding field-based branches.

0HighlightsAuthored emphasis only—not a computed diff.
Copy & download

Input

{"event_id": "alert-001","severity": "CRITICAL","message": "Payment processor down","region": "eu-west"}{"event_id": "user-002","severity": "INFO","event_type": "user.login","region": "us-east"}{"event_id": "payment-003","severity": "WARN","event_type": "payment.failed","user_tier": "premium","region": "eu-west"}

Output

→ kafka:topic: general-events→ kafka:topic: general-events→ kafka:topic: general-events
Stage configuration01-original-input.yaml
input:
  http_server:
    address: 0.0.0.0:8080
    path: /events

output:
  kafka:
    addresses: [localhost:9092]
    topic: general-events