allwefantasy / spark-binlog

A library for querying Binlog with Apache Spark structure streaming, for Spark SQL , DataFrames and [MLSQL](https://www.mlsql.tech).
Apache License 2.0
154 stars 54 forks source link

自动获取MySQL 最新binlogFile #28

Closed allwefantasy closed 4 years ago

allwefantasy commented 4 years ago

避免用户需要手动配置如下三个参数:

bingLogNamePrefix="xxxx
binlogIndex="xxxx"
binlogFileOffset="xxxxx"
allwefantasy commented 4 years ago

最新1.0.3版本已经解决;