diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-01-15 22:48:40 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-01-15 22:49:34 -0800 |
commit | 9acda8f48c0a2bb117600635df3b61c7f6272698 (patch) | |
tree | 20fe7f5bd4cea474152c5605fcf11934c28dc748 | |
parent | 527202e9b3da88336d7b6ae589423166285ddaf4 (diff) | |
download | sandcrawler-9acda8f48c0a2bb117600635df3b61c7f6272698.tar.gz sandcrawler-9acda8f48c0a2bb117600635df3b61c7f6272698.zip |
kafka config: actually we do want large bulk ingest request topic
-rw-r--r-- | kafka/topics.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kafka/topics.md b/kafka/topics.md index 6646f49..2735d51 100644 --- a/kafka/topics.md +++ b/kafka/topics.md @@ -33,7 +33,7 @@ retention (on both a size and time basis). sandcrawler-ENV.ingest-file-requests-bulk => ingest requests from bulk crawl sources; background processing - => same as ingest-file-requests, but fewer partiions (12) + => same as ingest-file-requests sandcrawler-ENV.ingest-file-results => ingest requests from multiple sources |