Your System has State: So Let’s Deal with It

Making services stateless is widely considered to be a good idea.. The rub is that most applications need state of some form, and this needs to live somewhere, so the system ends up bottlenecking on the data layer.. Event streaming platforms come at this problem from a slightly different angle. Services can be stateless or stateful as they choose, but it’s the ability of the platform to manage statefulness—which means loading data into services—that really differentiates the approach.” Read more in Ben Stopford’s article “Building a Microservices Ecosystem with Kafka Streams

This entry was posted in Architecture, Microservices. Bookmark the permalink.

Leave a Reply

Please log in using one of these methods to post your comment:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s