docs: add schema.registry.ca_pem_path option for schema registry#1043
Merged
tabVersion merged 4 commits intomainfrom Mar 5, 2026
Merged
docs: add schema.registry.ca_pem_path option for schema registry#1043tabVersion merged 4 commits intomainfrom
tabVersion merged 4 commits intomainfrom
Conversation
…826) Co-authored-by: kwannoel <47273164+kwannoel@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update documentation for CA option in schema registry
docs: add schema.registry.ca_pem_path option for schema registry
Mar 2, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Adds documentation for the new schema.registry.ca_pem_path SQL option used when connecting to Confluent Schema Registry, including release notes and reference tables for relevant FORMAT/ENCODE combinations.
Changes:
- Adds a v2.8.0 release note entry for
schema.registry.ca_pem_path. - Documents
schema.registry.ca_pem_pathin Kafka source config options. - Extends the format/encoding parameter reference table to include
schema.registry.ca_pem_path(and adds schema registry username/password rows for Avro).
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 5 comments.
| File | Description |
|---|---|
| changelog/release-notes.mdx | Adds release note item for the new schema registry CA/TLS option. |
| ingestion/sources/kafka-config.mdx | Adds schema.registry.ca_pem_path to Kafka format/encode parameter list. |
| ingestion/formats-and-encoding-options.mdx | Updates parameter reference table for schema-registry-capable formats/encodings to include schema.registry.ca_pem_path (and Avro auth rows). |
You can also share your feedback on Copilot code review. Take the survey.
wcy-fdu
approved these changes
Mar 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documents the new
schema.registry.ca_pem_pathoptional parameter for Confluent Schema Registry connections, which enables custom root CA certificate configuration or TLS verification bypass.Changes
changelog/release-notes.mdx: Added v2.8.0 Connectors entry forschema.registry.ca_pem_path.ingestion/sources/kafka-config.mdx: Addedschema.registry.ca_pem_pathto the format/encode parameter table.ingestion/formats-and-encoding-options.mdx: Addedschema.registry.ca_pem_pathto the parameter reference table for all schema-registry-capable format/encode combinations (PLAIN/UPSERT/DEBEZIUM×AVRO,PLAIN/UPSERT×JSON,PLAIN PROTOBUF).Usage
Related code PR
risingwavelabs/risingwave#17826
Related doc issue
Checklist
mint.jsonto include the page in the table of contents.Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.