feat: 30.2 — external sdk unification (5 sdks)#113
Merged
vieiralucas merged 2 commits intomainfrom Mar 25, 2026
Merged
Conversation
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
Changes per SDK
batch_enqueue→enqueue_many(or language-idiomatic equivalent)BatchMode→AccumulatorModemessages(no singular fallback)Test plan
🤖 Generated with Claude Code
Summary by cubic
Unified all 5 external SDKs (Go, Python, JS, Ruby, Java) to the Story 30.1 API surface, removing batch-prefixed APIs and standardizing enqueue/consume/ack/nack shapes. Updated planning artifacts to mark Story 30.2 as done; CI is green across SDKs except one known Java TLS flake.
batch_enqueuewithenqueue_many(language-idiomatic names).BatchModetoAccumulatorMode.enqueueaccepts one or more messages;consumereadsmessagesonly.ack/nackaccept one or more message IDs.batchprefix/suffix from public APIs.Written for commit 68cf818. Summary will update on new commits.
Benchmark Results (vs main baseline)
Baseline commit:
93584a6PR commit:c216c8dThreshold: 10%Summary: 7 regressed, 0 improved, 42 unchanged