Skip to content

Organize configuration documentation in English#18

Draft
Copilot wants to merge 2 commits intomasterfrom
copilot/organize-configuration-documents
Draft

Organize configuration documentation in English#18
Copilot wants to merge 2 commits intomasterfrom
copilot/organize-configuration-documents

Conversation

Copy link
Copy Markdown

Copilot AI commented Mar 18, 2026

The configuration docs lacked detail on Debezium engine properties and had structural issues with section hierarchy.

Changes

docs/configuration.md

  • Expanded Debezium Engine Source section — replaced 3 generic rows with 5 organized sub-tables:
    • Core keys (debezium.name, debezium.connector.class, debezium.topic.prefix, debezium.provide.transaction.metadata)
    • Offset storage (debezium.offset.storage, .file.filename, .flush.interval.ms)
    • Schema history (debezium.schema.history.internal, .file.filename)
    • Database connection — PostgreSQL example (hostname, port, user, password, dbname, plugin name, schema list, snapshot mode)
    • Converters and transforms (debezium.key.converter, debezium.value.converter, debezium.transforms.*)
  • Fixed section hierarchy — "Reserved Configuration" and "Monitoring and Metrics" were bold inline text nested inside Kafka Source; promoted to proper ### sections at the correct document level

docs/usage.md

  • Added a JVM Configuration note explaining conf/jvm.conf and its defaults (8 GB min / 60 GB max heap, G1GC)

📍 Connect Copilot coding agent with Jira, Azure Boards or Linear to delegate work to Copilot in one click without leaving your project management tool.

Co-authored-by: AntiO2 <46259425+AntiO2@users.noreply.github.com>
Copilot AI changed the title [WIP] Organize configuration documents Organize configuration documentation in English Mar 18, 2026
Copilot AI requested a review from AntiO2 March 18, 2026 10:37
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