broker design/poc#880
Draft
wdcui wants to merge 18 commits into
Draft
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Introduce modular broker protocol, transport, wire codec, client, core, server, and Unix socket implementation for the initial broker-owned event object path. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Track effective protocol negotiation in client and server state, expose version mismatch responses for downgrade retries, and make public broker interface enums forward-compatible. Map future core outcomes to an Internal protocol error and keep wire tag details contained in the wire layer. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Expose broker handles as reference capabilities containing only reference ID and reference generation. Keep object IDs internal to BrokerCore and remove ObjectGeneration from the protocol, wire codec, and server adapters. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Exclude litebox_broker_unix_socket from the confirm_no_std sweep because it is the concrete hosted Unix-domain-socket transport and broker executable for the split-broker POC. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Rename the broker transport boundary to a channel boundary and tighten the protocol/channel naming so future IPC implementations can share the same semantic broker contract. Document the protocol, channel, wire, and core separation, including the future notification lane and kernel broker relationship. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Keep server, core, and Unix socket tests focused on distinct interface and security behavior while removing redundant private implementation coverage. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1717582 to
c939fd5
Compare
Separate the Unix socket channel adapter from the hosted userland broker deployment, replace the redundant broker connection wrapper with associations, and align broker interface naming. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Record the current Unix peer credential placeholder and clarify that BrokerCore/protocol type duplication is intentional at the server mapping boundary. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Connect the linux userland runner to an externally managed split-broker Unix socket and verify the broker connection during startup. Add setup-deadline handling to the Unix socket broker client so connect, negotiation, and verification cannot hang indefinitely. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
🤖 SemverChecks 🤖 Click for details |
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.
No description provided.