Voxxed Days Microservices: Batch and Stream Processing
Marcos Almeida of INVIVOO Software talks about shifting from batch-based to stream-based processing in the age of microservices.
Join the DZone community and get the full member experience.
Join For FreeHi Marcos, tell us who you are and what lead you into microservices.
Hi! I am currently senior developer at INVIVOO Software. I spend most of my days improving our light microservices orchestration solutio,n Koordinator. I have worked a couple of years doing research on software engineering, more specifically on component-based development and modeling tools for cloud-based and big data applications. At a given moment, I wanted to work with more practical applications of this research. That was the beginning of the path that led me to XComponent, where we work on providing tools for helping developers in building microservice-based applications, and we use our tools to build solutions to our customers.
What will you be talking about at Voxxed Days Microservices?
We'll talk about what led us to the creation of Koordinator. In contact with our customers, we saw that many companies are on their way into migrating legacy batch-based systems into more modern stream-based ones. One of the problems we tackle is how to integrate still-in-production legacy jobs with new services.
So now, with microservices, we have batch and stream processing all over the place and we need to coordinate them. Is this coordination layer becoming a single point of failure?
Yes. The coordination between services is already a single point of failure, in particular, when it is implicit, i.e. when nobody knows which services depend on one another and how. That is why part of our job is making this meta information more explicit, either when designing scenarios or when monitoring them.
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