Open
Description
When using go-mysql-org to operate mysqlbinlog, I noticed that the RowsEvent in the handleRowsEvent method is missing the NextLogName attribute from MySQL's binlog. This requires separate handling when operating, which can be inconvenient.
If the NextLogName attribute could be included, it would greatly enhance the convenience of operations. I hope you can consider adding this attribute to RowsEvent.
Thank you for maintaining this project!