Tagged articles
6 articles
Page 1 of 1
JD Tech
JD Tech
Aug 31, 2024 · Cloud Native

Joylive Agent: Java Bytecode‑Based Proxyless Service Mesh for Microservice Governance

The article introduces Joylive Agent, a Java bytecode‑enhancement framework that implements a proxyless service‑mesh architecture for microservice governance, detailing its background, design principles, plugin system, bytecode manipulation techniques, traffic‑control strategies, multi‑active models, and deployment practices on Kubernetes.

Cloud NativeJava AgentService Mesh
0 likes · 37 min read
Joylive Agent: Java Bytecode‑Based Proxyless Service Mesh for Microservice Governance
JD Tech Talk
JD Tech Talk
Aug 28, 2024 · Cloud Native

Joylive Agent: Java Bytecode Enhancement for Proxyless Service Mesh and Microservice Governance

The document introduces Joylive Agent, a Java bytecode‑enhancement framework that implements a proxyless service‑mesh architecture, detailing its microkernel design, plugin system, request abstraction, core governance features such as multi‑live routing, lane management, and providing implementation examples and Kubernetes deployment guidance.

Kubernetesbytecode enhancementproxyless
0 likes · 33 min read
Joylive Agent: Java Bytecode Enhancement for Proxyless Service Mesh and Microservice Governance
JD Cloud Developers
JD Cloud Developers
Aug 28, 2024 · Cloud Native

How Java Bytecode Enhancement Powers a Proxyless Service Mesh for Microservice Governance

This article explains the challenges of microservice communication and fault tolerance, introduces service mesh and its drawbacks, and presents a Java bytecode‑enhancement solution that combines SDK performance with sidecar‑less governance, detailing the Joylive Agent architecture, plugin system, request abstraction, governance strategies, and Kubernetes deployment practices.

Java AgentMicroservicesService Mesh
0 likes · 40 min read
How Java Bytecode Enhancement Powers a Proxyless Service Mesh for Microservice Governance
ITPUB
ITPUB
Apr 10, 2023 · Operations

How Bytecode Enhancement Enables Zero‑Intrusion Monitoring for Microservices

This article, based on a SACC 2022 talk by Huolala architect Cao Wei, explains the principles of bytecode‑enhancement, its practical implementation for large‑scale microservice monitoring, compares enhancement frameworks, shares best‑practice patterns, and explores broader applications such as service‑mesh sidecars.

BackendInstrumentationJava Agent
0 likes · 18 min read
How Bytecode Enhancement Enables Zero‑Intrusion Monitoring for Microservices
Architect
Architect
Nov 10, 2021 · Fundamentals

Deep Dive into JVM: Class Loading, Memory Management, Debugging, Hot Deployment, and Performance Tuning

This comprehensive article explains the inner workings of the Java Virtual Machine, covering class file structure, class loaders, memory layout, garbage collection, execution engine, debugging via JPDA, hot deployment, hot swapping, and performance tuning techniques, providing practical code examples and configuration tips.

JVMMemory Managementbytecode enhancement
0 likes · 74 min read
Deep Dive into JVM: Class Loading, Memory Management, Debugging, Hot Deployment, and Performance Tuning
Youzan Coder
Youzan Coder
Feb 19, 2020 · Operations

Enabling Near‑Local Remote Debugging for Java Apps on Youzan Cloud

This article explains how Youzan Cloud provides a near‑local remote debugging experience for Java applications by using bytecode enhancement, sandbox recording, and an IDEA plugin that captures execution snapshots without modifying code or significantly impacting performance.

IDE pluginbytecode enhancementcloud debugging
0 likes · 11 min read
Enabling Near‑Local Remote Debugging for Java Apps on Youzan Cloud