8000 feat: CREATE CONNECTION SQL for Privatelink · Issue #8771 · risingwavelabs/risingwave · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

feat: CREATE CONNECTION SQL for Privatelink #8771

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
StrikeW opened this issue Mar 27, 2023 · 0 comments
Closed

feat: CREATE CONNECTION SQL for Privatelink #8771

StrikeW opened this issue Mar 27, 2023 · 0 comments
Assignees
Labels
experimental type/feature Type: New feature. user-facing-changes Contains changes that are visible to users
Milestone

Comments

@StrikeW
Copy link
Contributor
StrikeW commented Mar 27, 2023

We have provided a gRPC interface to the cloud platform for creating a VPC endpoint (#8247). But we also need to support the private link feature for users who deploy RisingWave on the cloud by themselves, so we decide to offer a SQL to create a private link connection.

create connection connection_name with (
    type = 'privatelink',
    provider = 'aws',
    service.name = 'xxx',
);

create source/sink {{ name }} ... with (
  connector = 'kafka',
  properties.bootstrap.server = 'ip1:port1,ip2:port2',
  connection.name = 'connection_name',
  privatelink.targets = '[{"port": 9001}, {"port": 9002}]',
  ...
);

risingwavelabs/rfcs#35 (comment)

@StrikeW StrikeW added the type/feature Type: New feature. label Mar 27, 2023
@StrikeW StrikeW self-assigned this Mar 27, 2023
@github-actions github-actions bot added this to the release-0.19 milestone Mar 27, 2023
@StrikeW StrikeW added the user-facing-changes Contains changes that are visible to users label Apr 13, 2023
@CharlieSYH CharlieSYH added 📖✓ Covered or will be covered in the user docs. and removed 📖✓ Covered or will be covered in the user docs. labels Apr 18, 2023
@StrikeW StrikeW closed this as completed May 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
experimental type/feature Type: New feature. user-facing-changes Contains changes that are visible to users
Projects
None yet
Development

No branches or pull requests

2 participants
0