Microservices Are Dying, A New Method for Module Division Based on Universal Interfaces

📅 2025-11-06
📈 Citations: 0
Influential: 0
📄 PDF

career value

201K/year
🤖 AI Summary
Microservices achieve physical isolation but fail to prevent the proliferation of logical coupling, undermining module independence. This paper proposes a novel modularization paradigm based on universal interface boundaries, constructs a quantifiable model for assessing module independence, and designs a runtime mechanism supporting dynamic loading, unloading, and hot updates within a single process. Its core contributions are: (1) reframing module independence as a formal, modelable, and measurable system property—moving beyond qualitative assertions; (2) replacing implicit dependencies with explicit interface contracts to fundamentally block coupling propagation; and (3) implementing the EIGHT platform prototype, which achieves microservice-level module autonomy within a monolithic process. Experimental results demonstrate that the approach significantly reduces the impact scope of cross-module changes, enhancing system maintainability and evolutionary efficiency. It provides both theoretical foundations and practical pathways for next-generation architectures transcending the monolith–microservice dichotomy.

Technology Category

Application Category

📝 Abstract
Although microservices have physically isolated modules, they have failed to prevent the propagation and diffusion of dependencies. To trace the root cause of the inter-module coupling, this paper, starting from the impact assessment approach for module changes, proposes a conceptual method for calculating module independence and utilizes this method to derive the necessary conditions for module independence. Then, a new system design philosophy and software engineering methodology is proposed, aimed at eliminating dependencies between modules. A specific pattern is employed to design a set of universal interfaces, serving as a universal boundary between modules. Subsequently, this method is used to implement a platform architecture named EIGHT, demonstrating that, as long as module independence is guaranteed, even a monolithic application within a single process can dynamically load, unload, or modify any part at runtime. Finally, the paper concludes that this architecture aims to explore a novel path for increasingly complex systems, beyond microservice and monolithic architectures.
Problem

Research questions and friction points this paper is trying to address.

Addressing dependency propagation in microservices through module independence calculation
Proposing universal interfaces to eliminate inter-module dependencies in system design
Developing EIGHT platform architecture enabling dynamic runtime modifications in monolithic applications
Innovation

Methods, ideas, or system contributions that make the work stand out.

Calculates module independence using change impact assessment
Designs universal interfaces as boundaries between modules
Enables dynamic runtime modification in monolithic applications
🔎 Similar Papers
No similar papers found.