confluentinc / confluentinc/ksql

Check avro fields and KSQL schema compatibility in CREATE ddl statements

Open
#540 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Java
Stars
315
Forks
1k
Avg merge
1d 7h
Merged PRs (30d)
36

Description

For avro format when user creates a stream or table using CREATE STREAM and CREATE TABLE statements check missing and incompatible fields in avro schema.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No files or tests are named. Start by locating the CREATE STREAM and CREATE TABLE DDL entry points, then trace the existing Avro schema handling and schema-validation tests; done means missing and incompatible Avro fields are rejected consistently for both statements.

Written by the indexing model from the issue text.

Assessment

Tech stack
java, kafka, sql
Domain
databases, stream-processing
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.