You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Description
Enhances the event consumer to gracefully handle
`pydantic.ValidationError` by logging the error and continuing execution
instead of crashing. This improves the reliability of the event stream
processing.
**Changes:**
- `src/a2a/server/events/event_consumer.py`: Added specific `except`
block for `ValidationError`.
- `tests/server/events/test_event_consumer.py`: Added a test case to
verify the new error handling logic.
0 commit comments