Skip to main content

58 posts tagged with "java"

View all tags

Understanding the Java Virtual Machine

· 5 min read
Apache Wangye
Software developer and technical writer

The Java Virtual Machine provides a managed execution environment for bytecode. Understanding its memory model, class lifecycle, execution engine, and diagnostics makes Java failures easier to explain and tune.

Troubleshoot Lombok Compilation Problems

· One min read
Apache Wangye
Software developer and technical writer

Lombok modifies compilation through annotation processing. A project may build in Maven while the IDE reports errors, or work in the IDE while CI fails, when those environments use different processors or Java versions.

Build a RocketMQ Cluster

· One min read
Apache Wangye
Software developer and technical writer

A RocketMQ cluster normally uses multiple independent NameServers and one or more broker groups. Each broker group has a stable brokerName; broker ID 0 is the primary and nonzero IDs are replicas in older master/slave terminology.

RocketMQ Quick Start

· One min read
Apache Wangye
Software developer and technical writer

RocketMQ is a distributed messaging platform built around NameServer discovery, brokers that store messages, producers, consumers, topics, and message queues.

Total views -- · Visitors --