tianliuliu opened a new issue #3604:
URL: https://github.com/apache/rocketmq/issues/3604
in
/rocketmq/store/src/main/java/org/apache/rocketmq/store/CommitLogDispatcher.java
and
/rocketmq/store/src/main/java/org/apache/rocketmq/store/MessageArrivingListener.java
```java
public interface CommitLogDispatcher {
// should some comment here
void dispatch(final DispatchRequest request);
}
```
```java
public interface MessageArrivingListener {
// should some comment here
void arriving(String topic, int queueId, long logicOffset, long tagsCode,
long msgStoreTime, byte[] filterBitMap, Map<String, String>
properties);
}
```
These important interface methods are not commented
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]