We should drop the title fields from the execution plan schema, since they aren't really needed.
Contributor guide
Tech stack
javakafka
Domain
backenddatabase
Issue type
refactor
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
3
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
under 1 hour
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
blocked
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
mostly clear
Prerequisites
understanding of KSQL execution planfamiliarity with schema format
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
45
Research direction
Examine the execution plan schema files in the KSQL codebase (likely under src/main/java) to locate title fields. Remove the title field definitions and update any related serialization or tests. Verify that the change does not break downstream consumers of the execution plan.