Skip to content

Commit

Permalink
updated name of kafka topic
Browse files Browse the repository at this point in the history
  • Loading branch information
cfregly committed Aug 31, 2017
1 parent 25ad575 commit f08bb2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion predict/models/tensorflow/mnist/pipeline_predict.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
_logger_stream_handler.setLevel(logging.INFO)
_logger.addHandler(_logger_stream_handler)

_logger_kafka_handler = KafkaHandler(hosts_list='localhost:9092', topic='prediction-inputs')
_logger_kafka_handler = KafkaHandler(hosts_list='localhost:9092', topic='predictions')
_logger.addHandler(_logger_kafka_handler)


Expand Down

0 comments on commit f08bb2f

Please sign in to comment.