-
Notifications
You must be signed in to change notification settings - Fork 232
Open
Labels
Description
Protobuf protoc compiler generates classes with @type annotation, and parser throw exception on this annotation.
Use case:
Framework: Symfony
Component: symfony/messenger
Dispatch protobuf-generated message class through messenger and get exception on message validation step (when validator parse class through doctrine/annotation)
ancarda