Hi
Is there a way to give binlog directory as input to "BinLogStreamReader" constructor and connection string will point to slave db , so that from slave's information_schema it will read the definition and from log files it will parse data. I have tried with log_file="/Users/arindamn/Documents/spigit/my-bin.index",
log_pos=0,
But it fails giving error pymysql.err.InternalError: (1236, u'Binary log is not open')