From 8b70b9cf6ab28a662bff0b00ece6e7a2924a9e8f Mon Sep 17 00:00:00 2001 From: David Arthur Date: Wed, 20 Feb 2013 10:34:34 -0500 Subject: First pass of cleanup/refactoring Also added a bunch of docstrings --- kafka/NOTES.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 kafka/NOTES.md (limited to 'kafka/NOTES.md') 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 -- cgit v1.2.1