Skip to content

Commit

Permalink
dekaf: rebuild on protocol changes
Browse files Browse the repository at this point in the history
Dekaf depends on multiple protocol crates including `proto-flow` and
`proto-gazette`, so it should be rebuilt when one of those changes. As a
simplification, this modification will run the dekaf CI whenever any `proto-***`
crate changes.

Future work may consider building dekaf like we do other rust binaries and
packaging it similarly to reactor or agent.
  • Loading branch information
williamhbaker committed Dec 13, 2024
1 parent 24a66c1 commit 6266bf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dekaf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: [master]
paths:
- "crates/dekaf/**"
- "crates/proto-**"
- "Cargo.lock"
pull_request:
branches: [master]
Expand Down

0 comments on commit 6266bf0

Please sign in to comment.