Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example docker missing row based events #1

Open
matt-schwartz opened this issue Oct 27, 2018 · 0 comments
Open

Example docker missing row based events #1

matt-schwartz opened this issue Oct 27, 2018 · 0 comments

Comments

@matt-schwartz
Copy link
Contributor

Running docker-compose up starts the monitor listening to a sample mysql database with row-based replication enabled. But row events are not being triggered inside the application. Instead we only see QueryEvent and XidEvent inside the monitor app.

I've:

  • Confirmed the binlog is configured correctly.
  • Run the mysqlbinlog command inside the mysql docker instance to confirm row events are in fact being written to the binary log.
  • Pointed the monitor to another mysql server (not running inside docker) and confirmed it's getting row events.

Once this is fixed and we have a proper docker setup for demo purposes we can tag the application v1.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant