Voxxed Days Microservices: Vladimir on REST API vs. gRPC
Vladimir Dejanovic, founder of AmsterdamJUG, talks about different methods for breaking up a monolith ahead of his talk at Voxxed Days Microservices.
Join the DZone community and get the full member experience.
Join For FreeHi Vladimir, tell us who you are and what lead you into microservices?
I am the founder and JUG Leader of AmsterdamJUG. I have been part of the professional IT scene since 2006. In other words, I am paid to develop software and solve complex problems in a creative way. I had various titles over the years — Chapter Lead, IT Manager, Software Architect, IT consultant, and so on. I also worked on all kinds of projects over the years, and of course, with a large number of users for your products, how to scale it up comes sooner or later, and that is how I came in contact with microservices.
What will you be talking about at Voxxed Days Microservices?
I will take a look at REST and remote procedure call (gRPC to be more precise), which are common approaches in breaking up a monolith once people go towards microservices. I will share my knowledge and try to explain what are the differences between them and try to answer important questions when you should use one and when other for breaking up a monolith.
When we talk about RESTful architecture we think of embracing the HTTP protocol, using HATEOAS and other design patterns. When talking about gRPC we think of binary protocol. Why opposing REST and gRPC? Can't they play well together?
They can go hand-in-hand very well. The main goal of my talk isn't to say one or other is better, but more to give an explanation of both approaches, where they are similar where they differ, and give answers to precisely this questions, when you should use one, when other and how to combine them to get the best result.
Good, see you soon, then.
Looking forward to seeing you all for a great time and sharing the knowledge.
Voxxed Days Microservices and DZone, Partnering Up
DZoners! Visit Voxxed Days Microservices here to check out ticket info for the show, and use the DZone reader exclusive code: VXDMS_DZONE to get 20% off for the conference and workshop. Grab those tickets while you can, be sure to say hey to our Zone Leaders—Thomas Jardinet and Chris Ward—if you run into them at the show, and enjoy Paris!
Published at DZone with permission of Antonio Goncalves, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Comments