diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-05-07 17:31:37 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-05-07 17:31:37 -0700 |
commit | 571bc63671b17cbad2c0370a285aee3d8e83c6b9 (patch) | |
tree | 4001cb71b5cf1fd6810286daf947412fa5691e82 /python | |
parent | e812de925ab60b3fb20a58a65dc897336487e34a (diff) | |
download | fatcat-571bc63671b17cbad2c0370a285aee3d8e83c6b9.tar.gz fatcat-571bc63671b17cbad2c0370a285aee3d8e83c6b9.zip |
python TODOs about kafka
Diffstat (limited to 'python')
-rw-r--r-- | python/TODO | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/python/TODO b/python/TODO index e169267b..fdb72849 100644 --- a/python/TODO +++ b/python/TODO @@ -17,3 +17,10 @@ views backlog - make debugbar really optional (don't import unless we're in debug mode) + +Kafka +- should refactor all the handlers into one place (DRY) +- harvesters could have shared producer setup/creation +- broker timeouts after a minute in all cases should at least log if not crash + (eg, changelog worker) +- tic/tok increment counter for lower latency but non-verbose logging? |