Skip to content

feat: add ITK integration for cross-SDK interoperability testing#924

Open
kabir wants to merge 1 commit into
a2aproject:mainfrom
kabir:itk
Open

feat: add ITK integration for cross-SDK interoperability testing#924
kabir wants to merge 1 commit into
a2aproject:mainfrom
kabir:itk

Conversation

@kabir

@kabir kabir commented Jun 9, 2026

Copy link
Copy Markdown
Collaborator

Add the Integration Test Kit (ITK) module — a configurable Quarkus-based
A2A agent that runs predefined scenarios from the ITK test harness to
validate protocol compliance across SDK implementations.

Includes and needs #923

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request introduces the Integration Test Kit (ITK) agent module to facilitate cross-SDK interoperability testing, alongside critical threading and context isolation improvements. Specifically, it adds a BlockingOffloadInterceptor to offload gRPC handler execution to worker threads, preventing Vert.x event loop deadlocks, and forks the gRPC context to isolate outbound calls from inbound cancellations. Feedback on these changes suggests refactoring the duplicated context-forking logic in GrpcHandler and GrpcHandler_v0_3 into reusable helper methods. Additionally, it is recommended to verify the protobuf-java version specified in the new ITK module's pom.xml to avoid potential build issues.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment thread itk/pom.xml Outdated
@kabir kabir force-pushed the itk branch 2 times, most recently from 05594e2 to cf61104 Compare June 9, 2026 11:45
Add the Integration Test Kit (ITK) module — a configurable Quarkus-based
A2A agent that runs predefined scenarios from the ITK test harness to
validate protocol compliance across SDK implementations.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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