wu-sheng commented on a change in pull request #10:
URL: 
https://github.com/apache/skywalking-satellite/pull/10#discussion_r546307863



##########
File path: docs/plugins/queue/mmap/README.md
##########
@@ -0,0 +1,66 @@
+# Design
+The mmap-queue is a big, fast and persistent queue based on the memory mapped 
files. One mmap-queue has a directory to store the whole data. The Queue 
directory is made up with many segments and 1 meta file, which references the 
design of the [bigqueue](https://github.com/grandecola/bigqueue). 

Review comment:
       Please note, `reference` usually means taking the design idea, but here, 
we copied some of it.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to