Skip to content

Conversation

@EdsonPetry
Copy link
Contributor

Fix for merged PR Add functionality for worker-console communication #297
where generated protobuf code would end up in src/observability/src/generated/ instead of src/observability/generated/.

EdsonPetry and others added 30 commits January 12, 2026 11:35
- only sends 0, will be extended in the future
- switch codegen to tonic-prost-build
- flatten observability module exports
- make protobuf module public and update imports to tonic-generated
paths
- add workspace dependency on datafusion-distributed
- fix console imports for observability client
- changed console entry point to be async w/ tokio
- Tried ophan-rule-breaking Arc<Worker> impls, added
SharedWorker(Arc<worker>)
- Updated console example to use SharedWorker so both flight and
observability share the same underlying state
- re-exported SharedWorker
- method isn't being used anywhere at the moment
Replaces the build.rs-based proto compilation with an explicit
generation system similar to that of Apache DataFusion's proto crate.

- add src/observability/gen for code generation
- add src/observability/generated/ for generated code
- remove root build.rs
- remove observability module from being coupled with protobuf module
- remove src/protobufobservability.rs
- switch protobuf module back to private
… service

- re-export on TaskData
- defined observability service struct in src/observability/service.rs
EdsonPetry and others added 6 commits January 23, 2026 17:17
- removed tonic-prost-build build dependency
- import datafusion-distributed properly in console/Cargo.toml
- remove observability service trait implementation for Worker
- add Apache DataFusion Proto crate hyper link in src/observability docs
@EdsonPetry EdsonPetry closed this Jan 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant