MCPcopy Index your code
hub / github.com/Guiqu1aixi/rocketmq-comment

github.com/Guiqu1aixi/rocketmq-comment @main

Chat with this repo
repository ↗ · DeepWiki ↗ · + Follow
9,484 symbols 39,305 edges 988 files 659 documented · 7%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Apache RocketMQ 源码注释

Build Status Coverage Status CodeCov Maven Central GitHub release License Average time to resolve an issue Percentage of issues still open Twitter Follow

Apache RocketMQ is a distributed messaging and streaming platform with low latency, high performance and reliability, trillion-level capacity and flexible scalability.

It offers a variety of features:

  • Messaging patterns including publish/subscribe, request/reply and streaming
  • Financial grade transactional message
  • Built-in fault tolerance and high availability configuration options base on DLedger
  • A variety of cross language clients, such as Java, C/C++, Python, Go
  • Pluggable transport protocols, such as TCP, SSL, AIO
  • Built-in message tracing capability, also support opentracing
  • Versatile big-data and streaming ecosytem integration
  • Message retroactivity by time or offset
  • Reliable FIFO and strict ordered messaging in the same queue
  • Efficient pull and push consumption model
  • Million-level message accumulation capacity in a single queue
  • Multiple messaging protocols like JMS and OpenMessaging
  • Flexible distributed scale-out deployment architecture
  • Lightning-fast batch message exchange system
  • Various message filter mechanics such as SQL and Tag
  • Docker images for isolated testing and cloud isolated clusters
  • Feature-rich administrative dashboard for configuration, metrics and monitoring
  • Authentication and authorization
  • Free open source connectors, for both sources and sinks

Learn it & Contact us


Apache RocketMQ Community

* RocketMQ Community Projects

Contributing

We always welcome new contributions, whether for trivial cleanups, big new features or other material rewards, more details see here.


License

Apache License, Version 2.0 Copyright (C) Apache Software Foundation


Export Control Notice

This distribution includes cryptographic software. The country in which you currently reside may have restrictions on the import, possession, use, and/or re-export to another country, of encryption software. BEFORE using any encryption software, please check your country's laws, regulations and policies concerning the import, possession, or use, and re-export of encryption software, to see if this is permitted. See http://www.wassenaar.org/ for more information.

The U.S. Government Department of Commerce, Bureau of Industry and Security (BIS), has classified this software as Export Commodity Control Number (ECCN) 5D002.C.1, which includes information security software using or performing cryptographic functions with asymmetric algorithms. The form and manner of this Apache Software Foundation distribution makes it eligible for export under the License Exception ENC Technology Software Unrestricted (TSU) exception (see the BIS Export Administration Regulations, Section 740.13) for both object code and source code.

The following provides more details on the included cryptographic software:

This software uses Apache Commons Crypto (https://commons.apache.org/proper/commons-crypto/) to support authentication, and encryption and decryption of data sent across the network between services.

Extension points exported contracts — how you extend this code

MQAdmin (Interface)
Base interface for MQ management [9 implementers]
client/src/main/java/org/apache/rocketmq/client/MQAdmin.java
NettyRequestProcessor (Interface)
Common remoting command processor [24 implementers]
remoting/src/main/java/org/apache/rocketmq/remoting/netty/NettyRequestProcessor.java
CommitLogDispatcher (Interface)
Dispatcher of commit log. [8 implementers]
store/src/main/java/org/apache/rocketmq/store/CommitLogDispatcher.java
Node (Interface)
Represent a node which should be mapped to a hash ring [9 implementers]
common/src/main/java/org/apache/rocketmq/common/consistenthash/Node.java
BooleanExpression (Interface)
A BooleanExpression is an expression that always produces a Boolean result. This class was taken from ActiveMQ org.a [10 …
filter/src/main/java/org/apache/rocketmq/filter/expression/BooleanExpression.java
SubCommand (Interface)
(no doc) [106 implementers]
tools/src/main/java/org/apache/rocketmq/tools/command/SubCommand.java
RemoteAddressStrategy (Interface)
(no doc) [11 implementers]
acl/src/main/java/org/apache/rocketmq/acl/plain/RemoteAddressStrategy.java
InternalLogger (Interface)
(no doc) [5 implementers]
logging/src/main/java/org/apache/rocketmq/logging/InternalLogger.java

Core symbols most depended-on inside this repo

get
called by 1088
filter/src/main/java/org/apache/rocketmq/filter/expression/EvaluationContext.java
put
called by 552
broker/src/main/java/org/apache/rocketmq/broker/transaction/TransactionStore.java
info
called by 541
logging/src/main/java/org/apache/rocketmq/logging/InternalLogger.java
append
called by 501
client/src/main/java/org/apache/rocketmq/client/trace/TraceDispatcher.java
add
called by 486
logging/src/main/java/org/apache/rocketmq/logging/inner/LoggingBuilder.java
error
called by 440
logging/src/main/java/org/apache/rocketmq/logging/InternalLogger.java
warn
called by 402
logging/src/main/java/org/apache/rocketmq/logging/InternalLogger.java
format
called by 255
logging/src/main/java/org/apache/rocketmq/logging/inner/Layout.java

Shape

Method 8,358
Class 992
Interface 80
Enum 40
Function 14

Languages

Java100%
Python1%

Modules by API surface

common/src/main/java/org/apache/rocketmq/common/BrokerConfig.java154 symbols
store/src/main/java/org/apache/rocketmq/store/config/MessageStoreConfig.java138 symbols
store/src/main/java/org/apache/rocketmq/store/DefaultMessageStore.java118 symbols
logging/src/main/java/org/apache/rocketmq/logging/inner/LoggingBuilder.java115 symbols
client/src/main/java/org/apache/rocketmq/client/impl/MQClientAPIImpl.java87 symbols
broker/src/main/java/org/apache/rocketmq/broker/BrokerController.java82 symbols
client/src/main/java/org/apache/rocketmq/client/impl/consumer/DefaultLitePullConsumerImpl.java81 symbols
filter/src/main/java/org/apache/rocketmq/filter/parser/SelectorParser.java76 symbols
client/src/main/java/org/apache/rocketmq/client/impl/consumer/DefaultMQPushConsumerImpl.java74 symbols
store/src/main/java/org/apache/rocketmq/store/CommitLog.java73 symbols
tools/src/main/java/org/apache/rocketmq/tools/admin/DefaultMQAdminExtImpl.java71 symbols
tools/src/main/java/org/apache/rocketmq/tools/admin/DefaultMQAdminExt.java71 symbols

Datastores touched

(mysql)Database · 1 repos

For agents

$ claude mcp add rocketmq-comment \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page