feat: implement event bus subscription and dispatch pipeline#2
Closed
niuchong0523 wants to merge 11 commits intomainfrom
Closed
feat: implement event bus subscription and dispatch pipeline#2niuchong0523 wants to merge 11 commits intomainfrom
niuchong0523 wants to merge 11 commits intomainfrom
Conversation
Keep Task 1 raw-mode records limited to the required event fields and assert the raw payload stays serialized separately from the normalized payload. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Ensure raw-mode pipeline output preserves malformed event payloads and metadata so fallback-handled bad input remains visible. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Keep explicit event subscription selection sorted and nil for catch-all, and align subscribe logging with the runtime-supported catch-all behavior used by the current SDK integration. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Clarify that catch-all mode only covers runtime-supported event types because the current SDK dispatcher does not route unknown websocket event types through the empty customized handler path. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Reattach route and output-dir handling at the output layer so raw-mode event records can be written through the event router without changing filtering or dispatch behavior. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Limit Task 5 routing support to the subscribe path while keeping raw routed output working without expanding the public pipeline/router API surface. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Extract subscribe pipeline config construction so compact and json flags map consistently while preserving quiet behavior. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Cover raw-mode routed and fallback output behavior so --json stays consistent with file/stdout routing, and tighten catch-all logging to match the SDK-limited registration model. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Make the embedded registry depend solely on meta_data_default.json so tests and builds no longer require a local meta_data.json checkout. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Owner
Author
|
Closing this duplicate PR. The upstream PR is larksuite#279. |
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.
probe