summaryrefslogtreecommitdiff
path: root/kafka/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'kafka/__init__.py')
-rw-r--r--kafka/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/kafka/__init__.py b/kafka/__init__.py
index 0d7d113..6a80418 100644
--- a/kafka/__init__.py
+++ b/kafka/__init__.py
@@ -26,6 +26,7 @@ from kafka.protocol import (
create_message, create_gzip_message, create_snappy_message)
from kafka.partitioner import RoundRobinPartitioner, HashedPartitioner, Murmur2Partitioner
from kafka.structs import TopicPartition, OffsetAndMetadata
+from kafka.serializer import Serializer, Deserializer
# To be deprecated when KafkaProducer interface is released
from kafka.client import SimpleClient