Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Dec 5, 2025

Description

added JDBC connector as an additional option alongside the existing native connector

Related code PR

risingwavelabs/risingwave#23416

Related doc issue

Fix #740

Checklist

  • I have run the documentation build locally to verify the updates are applied correctly.
  • For new pages, I have updated mint.json to include the page in the table of contents.
  • All links and references have been checked and are not broken.

Copilot AI and others added 3 commits December 5, 2025 03:09
Co-authored-by: WanYixian <150207222+WanYixian@users.noreply.github.com>
Co-authored-by: WanYixian <150207222+WanYixian@users.noreply.github.com>
Co-authored-by: WanYixian <150207222+WanYixian@users.noreply.github.com>
Copilot AI changed the title [WIP] Update documentation for JDBC SQLServer sink support docs: Update SQL Server sink to use JDBC connector (PR #23416) Dec 5, 2025
Copilot AI requested a review from WanYixian December 5, 2025 03:14
Copilot finished work on behalf of WanYixian December 5, 2025 03:14
@WanYixian
Copy link
Collaborator

@copilot We didn’t replace connector='sqlserver' with connector='jdbc'. Instead, we added connector='jdbc' as an additional option because it offers better performance. Update the documentation accordingly.

Co-authored-by: WanYixian <150207222+WanYixian@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Dec 5, 2025

@copilot We didn’t replace connector='sqlserver' with connector='jdbc'. Instead, we added connector='jdbc' as an additional option because it offers better performance. Update the documentation acco...

Updated the documentation to include both connector options. The JDBC connector (connector='jdbc') is now documented as the recommended option with better performance, while the native SQL Server connector (connector='sqlserver') is still documented as available. Both connector types now have separate parameter tables and examples. (commit d980767)

Copilot AI changed the title docs: Update SQL Server sink to use JDBC connector (PR #23416) docs: Document both JDBC and native SQL Server sink connectors (PR #23416) Dec 5, 2025
Copilot finished work on behalf of WanYixian December 5, 2025 05:41
@WanYixian WanYixian changed the title docs: Document both JDBC and native SQL Server sink connectors (PR #23416) Document: support JDBC connector besides native SQL Server sink connectors Dec 5, 2025
@WanYixian WanYixian marked this pull request as ready for review December 5, 2025 07:18
@WanYixian WanYixian requested a review from zwang28 December 5, 2025 07:50
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.

Document: feat(connector): support jdbc sqlserver sink

2 participants