[gateway] Introduce the fluss-gateway module - #4002
Merged
Merged
Conversation
beryllw
force-pushed
the
gateway-module-scaffold
branch
3 times, most recently
from
August 14, 2026 10:12
0d5efd6 to
197a271
Compare
Contributor
Author
|
@luoyuxia cc |
beryllw
force-pushed
the
gateway-module-scaffold
branch
from
August 14, 2026 10:25
197a271 to
4c7aeb3
Compare
beryllw
force-pushed
the
gateway-module-scaffold
branch
from
August 14, 2026 10:33
4c7aeb3 to
81ef9eb
Compare
luoyuxia
approved these changes
Aug 14, 2026
15 tasks
beryllw
added a commit
to beryllw/fluss
that referenced
this pull request
Aug 14, 2026
…e rust workflows Move the gateway jobs out of rust-build-and-test.yml and rust-license-and-format.yml into the dedicated gateway-ci.yml introduced in apache#4002, and install protoc in every compiling job: the gateway now depends on fluss-rs, whose proto codegen needs protoc, which the scaffold-era workflow steps did not install. The rust workflows are restored to their upstream state so gateway changes never build the fluss-rust workspace and vice versa.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
fluss-gatewaymodule as an independent Cargo workspace, containing only the scaffolding: the manifest with placeholder bin/lib targets, the pinned toolchain, rustfmt/clippy/cargo-deny configuration, license-header setup, and the developer recipes. No runtime code and no dependencies.fluss-rust.Test Plan
cargo build --all-targets,cargo test --all-targets(1 smoke test),cargo clippy --all-targets -- -D warnings,cargo fmt --all -- --check,RUSTDOCFLAGS=-D warnings cargo doc --no-deps,cargo +1.88.0 check --all-targetscargo deny check licensesis trivially green.