Тёмный

What Comes after Microservices? 

InfoQ
Подписаться 230 тыс.
Просмотров 55 тыс.
50% 1

QCon San Francisco International Software Conference is back this November 18-22, 2024. Software leaders at early adopter companies will come together to share actionable insights to help you adopt the right technologies and practices.
Get exposed to new ideas and innovative approaches to software development and engineering, guaranteed to inspire and challenge you.
Don’t miss this opportunity to take your knowledge and skills to the next level and stay ahead in the fast-paced world of technology.
Register now: bit.ly/3Tc73rM
------------------------------------------------------------------------------------------
Download the slides & audio at InfoQ: bit.ly/2zDjf9O
Matt Ranney talks about the limits that some companies have encountered in their large microservices deployments and some non-microservices approaches to those same problems. He also talks about the non-microservices systems that Uber is building to maintain developer productivity with a large and growing engineering team.
This presentation was recorded at QCon San Francisco 2016.

Наука

Опубликовано:

 

17 июл 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 35   
@squarefeed
@squarefeed 4 года назад
That’s the problem with the Microservices hype. You still have to actually design your system to grow it evolutionary. It’s not 100% Holocracy. It is much more than naming services and delegating responsibilities. It is also about thinking business change ahead, designing and maintaining a valid Domain Model and system metaphor to make those projections of business driven change configurable or at least easy changeable and doing so continuously. Trying to solve this issue later through the technology stack increases complexity without bringing actual business value. I personally do not optimize for composability.
@semremal
@semremal 3 года назад
Uber, Amazon, Netflix and others have great presence on conferences. So it's not a surprise why everyone talks about microservices. But let's be honest, most of developers work in much-much smaller companies. And for those companies microservices may slow down development and increase time-to-market without any real benefits. So, the key thing about microservices is organisation scale and not that technical stuff everyone talks about. That technical stuff comes only in addition to organizational scale. Of course, there are exceptions, but most projects won't benefit from microservices. That's why some says "you're not Uber".
@DodaGarcia
@DodaGarcia 3 года назад
I agree, and I think the most positive change from people adopting micro services at small sizes is not even about scale or technology but one of design. Adopting the model forces you to rethink the application in a more service-oriented way, which a lot of us have the luxury of not doing when it’s built as a monolith.
@DodaGarcia
@DodaGarcia 3 года назад
Like I have no delusions that I’ll need to suddenly scale my business, but moving to microservices did force me to decouple the logic in a way that has made it easier to understand. That said it did come with a bunch of drawbacks that I’m now having to wrestle constantly, so I wish I could have done the decoupling without needing the microservice move.
@semremal
@semremal 3 года назад
@@DodaGarcia Some time ago I measured how much time we spent on tasks related to microservices architecture. It was around 25%. Yes, it was not a large project, more like MVP, but we weren't close to be production-ready (retries, timeouts, circuit-breakers, etc...)! And, still, we spent 1/4 of development time to achieve what we didn't need at all, as a monolith could solve all our needs perfectly. IMHO, it's better to learn how to build modular monoliths, than to start by doing microservices. And if the team doesn't know how to create modular monoliths, then you simply won't get good microservices.
@yahorsinkevich4451
@yahorsinkevich4451 5 лет назад
Copy on Write - look at Miscrosoft SQL Server Snapshots, Composability -> Look at the Stream Processing, e.g. Apache Kafka, Apache Pulsar, Kinesis and etc
@mattleahy3951
@mattleahy3951 5 лет назад
Nice presentation.
@b1ueocean
@b1ueocean 2 года назад
DOSA sounds interesting - I wrote a cron job back in 2005 to export and anonymise production data to create reusable dumps importable into test DBs and never looked back 😂 One of the issues we had with testing was things like email and notification flows that were triggering against REAL USERS and MOBILE PHONES. Would DOSA need to have a filtering layer to strip real emails and mobile numbers read from production or are tests (other downstream customers) ‘intelligent’ to where they pretend to email/SMS or use alternative infra while testing/evolving dev? 🤔
@yahorsinkevich4451
@yahorsinkevich4451 5 лет назад
Few other ideas, try to make some sence in your microservices by building boundaries between some microservices groups. Like there is a group of microservices that represents a "product", and so, that group interacts with other "products" throught explicit and well defined channel and no explicit interactions between services in the different groups are allowed
@PuerinTheHunter
@PuerinTheHunter 6 лет назад
What is this DOSA service? I understand the scope switching between mjr and prod, but is that all it does? Or is it like an ORM for Cassandra?
@nikhilramabhadra6052
@nikhilramabhadra6052 5 лет назад
A dosa is a breakfast food in India. So the DOSA service serves dosas. 🤣
@danielschmider5069
@danielschmider5069 3 года назад
there are surprisingly few answers in this talk "we need" "idk" "why isnt" "if anyone has" "i think" "maybe someone will" "we are not sure" "ideally, we would" yeah, I dont like this... Its basically a list of things that are hard, unsolved or where to start doing something to prevent complete disaster... the absolute state of an entire industry moving to microservices...
@Oswee
@Oswee 5 лет назад
Great talk.
@davidprivate5786
@davidprivate5786 6 лет назад
Great talk
@infoq
@infoq 6 лет назад
If you want to browse through more content on Microservices you can check our dedicated page www.infoq.com/microservices
@aatkarelse8218
@aatkarelse8218 3 года назад
7:17 - 8:13 identifying the problem, identifying the solution, announcing it is not gonna happen, the rest of the talk . . . meh
@dovh49
@dovh49 6 лет назад
Erlang? I don't know anything about scaling. But I thought that is what Erlang/Elixir is supposed to promise.
@sandman89176
@sandman89176 6 лет назад
They promise distribution and concurrency, it all depends on how you implement it, there is no magic language that solves all your problems.
@BrunoCoelho
@BrunoCoelho 3 года назад
2500 developers? 1700+ microservices? For matching people who want to move from point A to point B with drivers near them that can drive them from A to B? yeah.... something's weird about this...
@cristianpallares7565
@cristianpallares7565 3 года назад
Indeed
@prakyg
@prakyg 4 года назад
1. He switches RPC to asynchronous events. But he doesn't talk about the latency implications of that? 2. He introduces a term Composable event processors. What is that? Just a fancy term? 3. How does this term solve the problem of adding business logic to check user preference for puppies raised in the previous diagram?
@solomonxie5157
@solomonxie5157 2 года назад
Microservices make our lives miserable even when we only have 20+ services. I feel nothing about "convenience" or "agile" or "fast". Unlike Uber, 500ms is okay for us, so I think serverless would be a greater choice. In the context of serverless, I don't feel we need "service discovery" anymore?
@mnthol
@mnthol 2 года назад
Hey new software engineers, Underlying issues are not( it’s whatever I guess that’s fine I guess ) those are things that need to be handled carefully There is no I guess, You should know.
@JaihindhReddy
@JaihindhReddy 6 лет назад
39:27 *an example. Nice talk!
@tenminutetokyo2643
@tenminutetokyo2643 3 года назад
So the last 8 years was a total waste?
@kobac8207
@kobac8207 5 лет назад
Perfect example when someone thinks that they know what microservices are, but actually have absolutely no clue. I have such an urge to cry seeing where they ended up and how much accidental complexity they introduced by not understanding the initial idea and its purpose. If someone can please refer him to Sam Newman's book and all the DDD content on bounded contexts scattered around whole web.
@Greenthum6
@Greenthum6 5 лет назад
It's a very successful company running their business on thousands of services. Telling them to read a book is embarrassing. It's us that need to learn from them and apply what we already know.
@Klayhamn
@Klayhamn 3 года назад
@@Greenthum6 businesses can be successful even when they have made bad mistakes or bad designs... building a successful tech business does not DEPEND on having a correct software architecture, nor does building a correct software architecture guarantee business success so, ya...
@Greenthum6
@Greenthum6 3 года назад
@@Klayhamn I never said good architecture means good business. But try running thousands of services and making profit. There has to be something they did right. It is their view on the matter. There is no need to try to copy what they did. Just take ideas if you see them fit or learn from their mistakes.
@csvegso
@csvegso 3 года назад
So what comes after microservices? .... this is just another not well-structured presentation on the field of microservices. Hard to follow + the title is completely misleading
@roceb5009
@roceb5009 6 лет назад
"200 engineers -> 2500 engineers = 5x as many engineers." Well, at least I know how much to trust this guy
@mojmirnovakovic2170
@mojmirnovakovic2170 4 года назад
He said correctly ... more than 5x growth over the year
@keshavmagge4463
@keshavmagge4463 5 лет назад
I wonder why seemingly knowledgeable people throw in ehhhs, and errrrs and such 10 times per sentence and gloss over half the things they say! The content was good, but, the way it was said sounded like a teenager explaining to his parents why he was found sloshed on the street the previous nite!
Далее
Designing Events-First Microservices
51:30
Просмотров 67 тыс.
Managing Data in Microservices
52:07
Просмотров 142 тыс.
ЧТО Я ПОСТРОИЛ 11? | CLEX #shorts
1:00
Просмотров 588 тыс.
"Performance Matters" by Emery Berger
42:15
Просмотров 481 тыс.
How Well Designed Is Your Microservice?
19:44
Просмотров 31 тыс.
Microservices • Martin Fowler • YOW! 2016
28:45
Просмотров 20 тыс.
DDD and Microservices: At Last, Some Boundaries!
52:53
Event Sourcing   You are doing it wrong by David Schmitz
43:05
Design Microservice Architectures the Right Way
48:30
Просмотров 708 тыс.
How Netflix Really Uses Java
50:31
Просмотров 47 тыс.
In-Memory Caching: Curb Tail Latency with Pelikan
43:43
😮Новый ДИРЕКТОР Apple🍏
0:29
Просмотров 41 тыс.