I am just starting with a recoding of one part of ...
# grpc
r
I am just starting with a recoding of one part of a large C++ system with Qt Ui—actually hundreds of microservices messaging with own pubsub. The idea is replace Qt with React UI on top of Kotlin web service that interfaces with the C++ via grpc and to replace the old pubsub with grpc and Kafka. So now we are testing out how well it works to use grpc all the way up to the client (using Envoy presently as the proxy). Lets see...lots of challenges and questions.