apache / rocketmq-client-go
Components

An overview of source code logical components.

Intro

Logical decomposition is a representation of the organization of the main source code, where every and each file is put in exactly one logical component.

Logical Decompositions Overview

Analyzed system has 1 logical decomposition:

Logical Decomposition #1: PRIMARY

The decompositions is based on the folder structure at level 1 (relative to the source code root).

Bubble Chart | Tree Map
Component Sizes (Lines of Code)
The "primary" logical decomposition has 10 components.
  • 71 files, 13,050 LOC (100.0% vs. main code).
  • "consumer" is biggest, containing 37.2% of LOC.
  • "hooks" is smallest, containing 0.08% of LOC.


consumer4855 LOC (37%) 13 files
internal4818 LOC (36%) 31 files
primitive1050 LOC (8%) 10 files
producer971 LOC (7%) 4 files
benchmark687 LOC (5%) 5 files
admin381 LOC (2%) 3 files
rlog178 LOC (1%) 1 file
ROOT64 LOC (<1%) 2 files
errors36 LOC (<1%) 1 file
hooks10 LOC (<1%) 1 file
Component Commits
Components ordered by number of commits
Total Commits per Component
All commits, some commits may include files from multiple components.
consumer215 commits (38%)
internal175 commits (31%)
producer93 commits (16%)
primitive88 commits (15%)
ROOT26 commits (4%)
rlog19 commits (3%)
benchmark17 commits (3%)
admin14 commits (2%)
errors6 commits (1%)
hooks1 commits (<1%)
Yearly File Updates Trend per Components
The number of file changes in commits
animated commit history: all time cumulative | 12 months window
2025 2024 2023 2022 2021 2020 2019 2018
consumer
19
26
92
36
61
184
internal
1
6
28
72
37
102
192
primitive
6
7
11
12
29
72
producer
2
14
25
14
21
53
ROOT
1
6
1
4
15
rlog
1
1
5
3
3
6
admin
1
8
5
1
2
errors
1
2
3
hooks
1
benchmark
7
7
3
8
15


Dependencies between components in same commits (past 180 days)
The number on the lines shows the number of shared commits.
See detailed temporal dependencies report...

G errors errors consumer consumer errors--consumer 1 ROOT ROOT errors--ROOT 1 consumer--consumer 1 consumer--ROOT 1 rlog rlog rlog--consumer 1 internal internal rlog--internal 1 internal--consumer 1 internal--internal 1 primitive primitive primitive--consumer 1


2025-05-07 17:41