Tag

service framework

0 views collected around this technical thread.

Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Oct 13, 2024 · Backend Development

ByteDance Service Framework: Compile‑Time Merged Microservices – Practices, Challenges, and Solutions

This article presents ByteDance's compile‑time microservice merging technique, describing its background, performance benefits, technical challenges such as dependency isolation and call conversion, the implemented solutions, selection criteria, large‑scale impact, and future directions for service architecture governance.

GoMicroservicecompile-time merging
0 likes · 14 min read
ByteDance Service Framework: Compile‑Time Merged Microservices – Practices, Challenges, and Solutions
ByteDance Cloud Native
ByteDance Cloud Native
Oct 8, 2024 · Backend Development

How Merge Compilation Supercharges ByteDance’s Microservices: Performance Gains and Technical Challenges

This article explains ByteDance’s merge‑compilation technique that combines multiple microservices into a single binary at build time, detailing its performance benefits, architectural trade‑offs, dependency isolation, call conversion, version management, real‑world case studies, and future roadmap for large‑scale service optimization.

GoKitexMicroservices
0 likes · 15 min read
How Merge Compilation Supercharges ByteDance’s Microservices: Performance Gains and Technical Challenges
DaTaobao Tech
DaTaobao Tech
Apr 12, 2024 · Backend Development

HSF (High‑speed Service Framework) Overview and Usage Guide

HSF (High‑speed Service Framework) is Alibaba’s high‑performance SOA solution that decouples monolithic applications via non‑blocking RPC, offering service discovery, dynamic routing, grouping, and both synchronous and asynchronous calls, configurable serialization, timeout, and thread pools, and employing patterns such as proxy, chain‑of‑responsibility, observer and decorator.

HSFJavaMicroservices
0 likes · 22 min read
HSF (High‑speed Service Framework) Overview and Usage Guide
Java Captain
Java Captain
Dec 7, 2019 · Cloud Native

Microservice 2.0 Technology Stack Selection Guide for Java Enterprises

This article outlines a comprehensive selection guide for building a production‑ready microservice 2.0 stack on Java, covering evolution milestones, key selection criteria, core infrastructure modules, service frameworks, runtime support, monitoring, fault tolerance, backend services, security, and container‑based deployment platforms.

Cloud NativeDeploymentJava
0 likes · 20 min read
Microservice 2.0 Technology Stack Selection Guide for Java Enterprises
Selected Java Interview Questions
Selected Java Interview Questions
Dec 1, 2019 · Backend Development

Dubbo Interview Questions and Answers: Overview, Capabilities, Configuration, and Comparison with Spring Cloud

This article explains what Dubbo is, its core features, built‑in containers, key configurations, clustering and load‑balancing strategies, communication frameworks, and compares its advantages and drawbacks with Spring Cloud to help candidates prepare for Java backend interview questions.

Backend DevelopmentDubboJava
0 likes · 7 min read
Dubbo Interview Questions and Answers: Overview, Capabilities, Configuration, and Comparison with Spring Cloud
Architecture Digest
Architecture Digest
Jul 4, 2018 · Backend Development

Understanding Dubbo's Layered Architecture and Core Components

This article provides a comprehensive overview of Alibaba's open‑source Dubbo framework, detailing its ten‑layer architecture, the roles of providers and consumers, service registration, monitoring, protocol support, and the organization of its Maven modules for building distributed backend services.

DubboJavaMicroservices
0 likes · 10 min read
Understanding Dubbo's Layered Architecture and Core Components
Alibaba Cloud Infrastructure
Alibaba Cloud Infrastructure
Apr 26, 2016 · Backend Development

14 Common System Design Mistakes and Lessons Learned from Eight Years of Service Framework Development

Over eight years of building and evolving a service framework, the author reflects on fourteen critical design mistakes—from intrusive XML configurations and poor technology choices to insufficient versioning, load‑balancing flaws, and inadequate monitoring—highlighting the importance of comprehensive, forward‑looking architecture for backend engineers.

Backend Developmentarchitecture mistakesdistributed systems
0 likes · 16 min read
14 Common System Design Mistakes and Lessons Learned from Eight Years of Service Framework Development