summaryrefslogtreecommitdiff
path: root/kafka/NOTES.md
diff options
context:
space:
mode:
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