Skip to content

Commit

Permalink
merge connector_common and connector
Browse files Browse the repository at this point in the history
  • Loading branch information
wenym1 committed Oct 23, 2023
1 parent 0028edc commit fc2a51f
Show file tree
Hide file tree
Showing 94 changed files with 219 additions and 570 deletions.
88 changes: 3 additions & 85 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ members = [
"src/common/heap_profiling",
"src/compute",
"src/connector",
"src/connector/connector_common",
"src/connector/sink_impl",
"src/ctl",
"src/expr/core",
Expand Down Expand Up @@ -137,7 +136,6 @@ risingwave_compactor = { path = "./src/storage/compactor" }
risingwave_compute = { path = "./src/compute" }
risingwave_ctl = { path = "./src/ctl" }
risingwave_connector = { path = "./src/connector" }
risingwave_connector_common = { path = "./src/connector/connector_common" }
risingwave_expr = { path = "./src/expr/core" }
risingwave_expr_impl = { path = "./src/expr/impl" }
risingwave_frontend = { path = "./src/frontend" }
Expand Down
1 change: 0 additions & 1 deletion src/connector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ redis = { version = "0.23.3", features = ["aio","tokio-comp","async-std-comp"] }
regex = "1.4"
reqwest = { version = "0.11", features = ["json"] }
risingwave_common = { workspace = true }
risingwave_connector_common = { workspace = true }
risingwave_jni_core = { workspace = true }
risingwave_pb = { workspace = true }
risingwave_rpc_client = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion src/connector/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ fn main() {
.map(|f| format!("{}/{}.proto", proto_dir, f))
.collect();
prost_build::Config::new()
.out_dir("./connector_common/src/parser/protobuf")
.out_dir("./src/parser/protobuf")
.compile_protos(&protos, &Vec::<String>::new())
.unwrap();
}
221 changes: 0 additions & 221 deletions src/connector/connector_common/Cargo.toml

This file was deleted.

21 changes: 0 additions & 21 deletions src/connector/connector_common/src/kafka/mod.rs

This file was deleted.

Loading

0 comments on commit fc2a51f

Please sign in to comment.