Skip to content

Commit

Permalink
add support for kafka topic migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Theodus committed Nov 4, 2024
1 parent 4388a2a commit 7c07562
Show file tree
Hide file tree
Showing 5 changed files with 389 additions and 81 deletions.
25 changes: 25 additions & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ path = "src/bin/main.rs"

[dependencies]
anyhow = "1.0.89"
bs58 = "0.5.1"
chrono = { version = "0.4.38", default-features = false, features = ["alloc"] }
futures-util = "0.3.31"
prost = "0.13.3"
Expand Down
Loading

0 comments on commit 7c07562

Please sign in to comment.