roadrunner-php / issues

Home for the RoadRunner-PHP issues and discussions ❤️
MIT License
2 stars 0 forks source link

[💡 FEATURE REQUEST]: Proto payloads between RR and PHP Worker [internal] #13

Closed rustatian closed 3 months ago

rustatian commented 1 year ago

Description

Replace internal JSON communication with PHP worker with protobuf. This will allow us to send binary payloads without base64 (for example) conversion.

Protobuf will be in the roadrunner-server/api.

RR ref: https://github.com/roadrunner-server/roadrunner/issues/1698