Skip to content

docs: avro schema validation#62

Open
ccm32004 wants to merge 2 commits intomainfrom
doc/schema-validation
Open

docs: avro schema validation#62
ccm32004 wants to merge 2 commits intomainfrom
doc/schema-validation

Conversation

@ccm32004
Copy link
Collaborator

added write up for implementing schema validation on user side

Signed-off-by: Cece Ma <mayuqing131@gmail.com>
@ccm32004 ccm32004 requested a review from KeranYang February 26, 2026 16:15
@ccm32004 ccm32004 changed the title docs: avro schema-validation docs: avro schema validation Feb 26, 2026
@ccm32004 ccm32004 marked this pull request as ready for review February 26, 2026 16:16
Comment on lines +73 to +75
For schema validation for producers/consumers to work, you must **register an Avro schema on the topic** first. You can do that either via the **StreamNative Console** (Topics → select topic → Schema) or using the dev scripts under `development/scripts/schema-validation` (see that directory’s README for `register-schema.sh` and `.env` setup).

Then configure the pipeline ConfigMaps as follows:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
For schema validation for producers/consumers to work, you must **register an Avro schema on the topic** first. You can do that either via the **StreamNative Console** (Topics → select topic → Schema) or using the dev scripts under `development/scripts/schema-validation` (see that directory’s README for `register-schema.sh` and `.env` setup).
Then configure the pipeline ConfigMaps as follows:
If you have an AVRO schema associated with your topic and want to enable schema validation, you can configure the pipeline ConfigMaps as follows:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants