gRPC is a really nice RPC system supporting not only classical remote method execution but also many useful features from 21st century like streaming, asynchronous message processing, h2 transport. In this talk we will share pain and experience Wix gained in a journey from handcrafted blocking json-rpc method of RPC to a standard non-blocking gRPC.