Skip to content

Commit 4f430ac

Browse files
feat(source): support private link for kafka connector (risingwavelabs#8247)
Signed-off-by: Runji Wang <[email protected]> Co-authored-by: Runji Wang <[email protected]>
1 parent 7b5ffb4 commit 4f430ac

File tree

33 files changed

+1273
-35
lines changed

33 files changed

+1273
-35
lines changed

Cargo.lock

Lines changed: 42 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ repository = "https://github.com/risingwavelabs/risingwave"
5858
aws-config = { version = "0.51", default-features = false, features = ["rt-tokio", "native-tls"] }
5959
aws-sdk-kinesis = { version = "0.21", default-features = false, features = ["rt-tokio", "native-tls"] }
6060
aws-sdk-s3 = { version = "0.21", default-features = false, features = ["rt-tokio","native-tls"] }
61+
aws-sdk-ec2 = { version = "0.21", default-features = false, features = ["rt-tokio","native-tls"] }
6162
aws-sdk-sqs = { version = "0.21", default-features = false, features = ["rt-tokio", "native-tls"] }
6263
aws-smithy-http = "0.51"
6364
aws-smithy-types = "0.51"
@@ -122,3 +123,4 @@ tokio-stream = { git = "https://github.com/madsim-rs/tokio.git", rev = "0c25710"
122123
tokio-retry = { git = "https://github.com/madsim-rs/rust-tokio-retry.git", rev = "95e2fd3" }
123124
tokio-postgres = { git = "https://github.com/madsim-rs/rust-postgres.git", rev = "87ca1dc" }
124125
postgres-types = { git = "https://github.com/madsim-rs/rust-postgres.git", rev = "87ca1dc" }
126+
madsim-rdkafka = { git = "https://github.com/madsim-rs/madsim.git", rev = "43e025d" }

dashboard/proto/gen/catalog.ts

Lines changed: 139 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)