Skip to content
Prev Previous commit
Next Next commit
Remove default_message_handler
  • Loading branch information
zsxwing committed Nov 17, 2015
commit f7ad2e3265d9be08f725ba06b63e03b345e923dd
4 changes: 2 additions & 2 deletions python/pyspark/streaming/kafka.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
from pyspark.streaming.dstream import TransformedDStream
from pyspark.streaming.util import TransformFunction

__all__ = ['Broker', 'default_message_handler', 'KafkaMessageAndMetadata', 'KafkaUtils',
'OffsetRange', 'TopicAndPartition', 'utf8_decoder']
__all__ = ['Broker', 'KafkaMessageAndMetadata', 'KafkaUtils', 'OffsetRange',
'TopicAndPartition', 'utf8_decoder']


def utf8_decoder(s):
Expand Down