Skip to content

Commit

Permalink
dekaf: Refactor log forwarding a to make it testable, and write tests…
Browse files Browse the repository at this point in the history
… for it
  • Loading branch information
jshearer committed Jan 16, 2025
1 parent 8b5aabc commit c56dcac
Show file tree
Hide file tree
Showing 6 changed files with 583 additions and 130 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

6 changes: 4 additions & 2 deletions crates/dekaf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ unseal = { path = "../unseal" }

aes-siv = { workspace = true }
anyhow = { workspace = true }
async-trait = { workspace = true }
axum = { workspace = true }
axum-extra = { workspace = true }
axum-server = { workspace = true }
Expand Down Expand Up @@ -74,11 +75,12 @@ url = { workspace = true }
webpki = { workspace = true }

[dev-dependencies]
apache-avro = { workspace = true }
async-process = { path = "../async-process" }
flowctl = { path = "../flowctl" }
insta = { workspace = true }
locate-bin = { path = "../locate-bin" }

apache-avro = { workspace = true }
insta = { workspace = true }
rdkafka = { workspace = true }
reqwest = { workspace = true }
schema_registry_converter = { workspace = true }
Expand Down
Loading

0 comments on commit c56dcac

Please sign in to comment.