Jennifer88huang commented on a change in pull request #8595:
URL: https://github.com/apache/pulsar/pull/8595#discussion_r526906771
##########
File path: faq.md
##########
@@ -270,4 +270,9 @@ Since the VM has lot of RAM you can increase a lot from the
defaults and leave t
### When there are multiple consumers for a topic, the broker reads once from
bookies and send them to all consumers with some buffer? or go get from bookies
all the time for each consumers ?
In general, all dispatching is done directly by broker memory. We only read
from bookies when consumer are falling behind.
-
+### My bookies ledgers are running out of disk space? How can I find out what
went wrong
+TBD
Review comment:
1. do we add "TBD" in our docs?
2. It's a long time we do not maintain this faq file.
----------------------------------------------------------------
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]