summaryrefslogtreecommitdiff
path: root/kafka/NOTES.md
diff options
context:
space:
mode:
authorDavid Arthur <mumrah@gmail.com>2013-02-20 10:34:34 -0500
committerDavid Arthur <mumrah@gmail.com>2013-04-02 20:19:30 -0400
commit8b70b9cf6ab28a662bff0b00ece6e7a2924a9e8f (patch)
tree57b64f1a6715548bbbc4c097174a1cdfcaafb290 /kafka/NOTES.md
parent71fef1b1555c2fb15a89411a5a6f79baebe4d3ae (diff)
downloadkafka-python-8b70b9cf6ab28a662bff0b00ece6e7a2924a9e8f.tar.gz
First pass of cleanup/refactoring
Also added a bunch of docstrings
Diffstat (limited to 'kafka/NOTES.md')
-rw-r--r--kafka/NOTES.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/kafka/NOTES.md b/kafka/NOTES.md
new file mode 100644
index 0000000..8be6282
--- /dev/null
+++ b/kafka/NOTES.md
@@ -0,0 +1,7 @@
+For 0.8, we have correlation id so we can potentially interleave requests/responses
+
+There are a few levels of abstraction:
+
+* Protocol support: encode/decode the requests/responses
+* Socket support: send/recieve messages
+* API support: higher level APIs such as: get_topic_metadata