DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Please enter at least three characters to search
Refcards Trend Reports
Events Video Library
Refcards
Trend Reports

Events

View Events Video Library

Zones

Culture and Methodologies Agile Career Development Methodologies Team Management
Data Engineering AI/ML Big Data Data Databases IoT
Software Design and Architecture Cloud Architecture Containers Integration Microservices Performance Security
Coding Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
Culture and Methodologies
Agile Career Development Methodologies Team Management
Data Engineering
AI/ML Big Data Data Databases IoT
Software Design and Architecture
Cloud Architecture Containers Integration Microservices Performance Security
Coding
Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance
Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks

Because the DevOps movement has redefined engineering responsibilities, SREs now have to become stewards of observability strategy.

Apache Cassandra combines the benefits of major NoSQL databases to support data management needs not covered by traditional RDBMS vendors.

The software you build is only as secure as the code that powers it. Learn how malicious code creeps into your software supply chain.

Generative AI has transformed nearly every industry. How can you leverage GenAI to improve your productivity and efficiency?

Related

  • Monolithic First
  • MSA as a Project
  • Transitioning from Monolith to Microservices
  • 4 Essential Strategies for Enhancing Your Application Security Posture

Trending

  • Implementing API Design First in .NET for Efficient Development, Testing, and CI/CD
  • Modern Test Automation With AI (LLM) and Playwright MCP
  • Software Delivery at Scale: Centralized Jenkins Pipeline for Optimal Efficiency
  • The Perfection Trap: Rethinking Parkinson's Law for Modern Engineering Teams
  1. DZone
  2. Data Engineering
  3. Data
  4. 6 Defining Features of Microservices

6 Defining Features of Microservices

Microservices come with a lot of benefits for devs and development teams as a whole. Read on to get some great reasons to base your architecture on microservices.

By 
Saurabh Dashora user avatar
Saurabh Dashora
DZone Core CORE ·
Feb. 05, 19 · Analysis
Likes (6)
Comment
Save
Tweet
Share
34.3K Views

Join the DZone community and get the full member experience.

Join For Free

Microservices are all the rage these days. There is always a risk that certain things get hyped up without any real benefits.

However, that's not the case with microservices. We already explored the same in one of our earlier posts. You can check it out here.

In this post, we will take a few steps further and explore the 6 defining features of microservices.

So without further ado, let's dive in.

Multiple Individually Deployable Components

Microservices architecture encourages you to break your application into smaller components. This makes it easy to apply changes. Deploying such components does not end up impacting a large part of the codebase.

This, in turn, makes it easier to introduce new features in an application since the deployment units are small and manageable.

Service Distribution-Based on Business Capability

Technical boundaries decide the overall architecture of monolithic applications. You would have one team working on the user interface, one working on databases, and one working on the integration layer.

Microservices actively discourages such a model. Business functionalities decide the overall landscape of your microservices.

In microservices, teams are based on expertise in a particular business function. Each team strives to be self-sufficient in terms of their technology stack.

For example, in a typical microservices-based application, you could think of user registration as one microservice and billing management as another. Different teams manage these different services.

Decentralized

Microservices architecture invariably leads to distributed systems. It embraces the concept of decentralized data management.

There won't be a monolithic database containing all the data belonging to the application.

Rather, each service will have ownership of the data related to the business functionality supported by that particular service.

This isolates the impact of schema changes. Development teams can be more in control of the impact when planning releases.

Build it, Run It

Microservices also embrace the concept of DevOps.

The idea is that the team responsible for building a service is also responsible for operating and maintaining its code in production.

This is a big mindset shift from monolithic applications. In monolithic applications, developers were often only concerned about just writing their feature code. In the end, they would simply commit the changes to a central repository. The responsibility of deploying the changes would rest with another team.

This introduces an extra layer of process. It makes deploying changes slower. If an issue occurred, the same process overhead might cause even more delays.

DevOps eliminates this by pushing the responsibility of deploying and running a service to the team developing it. Thus, if there's an issue, these teams can react much faster. These teams can also plan their own releases and hot-fixes. This increases customer satisfaction.

Polyglot

Another significant aspect of microservices is its technology independence.

Each microservice is its own world. It communicates with other services through standard channels. They don't rely on technology-related bindings.

This gives an incredible amount of feature to the developers. Teams maintaining a service are now free to choose the technology stack for their service.

The team can make informed choices based on the problem that is being solved. For example, certain problems lend themselves better to the use of a particular pattern or database choice. Guess what, the teams are free to decide what's best for their use case. This directly feeds into independence and ownership of the teams.

Black Box

Each microservice is defined as a black box. This means that details of their complexity are hidden from other components.

Services communicate to each other using a set of well-defined APIs or messaging channels. This prevents the proliferation of dependencies between microservices.

microservice teams application

Published at DZone with permission of Saurabh Dashora. See the original article here.

Opinions expressed by DZone contributors are their own.

Related

  • Monolithic First
  • MSA as a Project
  • Transitioning from Monolith to Microservices
  • 4 Essential Strategies for Enhancing Your Application Security Posture

Partner Resources

×

Comments
Oops! Something Went Wrong

The likes didn't load as expected. Please refresh the page and try again.

ABOUT US

  • About DZone
  • Support and feedback
  • Community research
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Core Program
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 3343 Perimeter Hill Drive
  • Suite 100
  • Nashville, TN 37211
  • support@dzone.com

Let's be friends:

Likes
There are no likes...yet! 👀
Be the first to like this post!
It looks like you're not logged in.
Sign in to see who liked this post!