PHP/Laravel #1656
svivier-gp-aviva
started this conversation in
Ideas
PHP/Laravel
#1656
Replies: 1 comment
-
DIY service AdapterService {
rpc CreateStation(CreateStationRequest) returns (Status) {}
rpc DestroyStation(DestroyStationRequest) returns (Status) {}
rpc Produce(stream ProduceMessages) returns (Status) {}
rpc Consume(stream ConsumeMessages) returns (stream ConsumeResponse) {}
} you can write thin php wrapper for consumer |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello 😊
Do you plan to develop a client for PHP ? and specifically for Laravel ? to consume messages.
Thanks !
Beta Was this translation helpful? Give feedback.
All reactions