scharron/elasticsearch-river-mysql

python http_stream/http_stream.py error

kala55 opened this issue · 1 comments

Traceback (most recent call last):
File "http_stream/http_stream.py", line 43, in
cherrypy.quickstart(Streamer())
File "http_stream/http_stream.py", line 16, in init
self.stream = BinLogStreamReader(connection_settings = mysql_settings, only_events = [DeleteRowsEvent, WriteRowsEvent, UpdateRowsEvent], blocking = True, resume_stream = True)
TypeError: init() takes at least 3 non-keyword arguments (2 given)

Python 2.6.6
PyMySQL-0.7.0-py2.6.egg
CherryPy-4.0.0-py2.6.egg

it seems BinLogStreamReader now needs a server_id