outbrain / orchestrator-agent

MySQL replication topology manager - agent (daemon)
Apache License 2.0
35 stars 53 forks source link

API for binlog binary contents #31

Closed shlomi-noach closed 7 years ago

shlomi-noach commented 7 years ago

osagent and API to provide /api/mysql-relaylog-contents-tail/:relaylog/:start as encoded binary contents of the relay logs. That is, the relay logs are not extracted via mysqlbinlog. Instead, the very binary contents of the relay logs are sliced (prepended with magic header and with initial format description)

shlomi-noach commented 7 years ago

PR to be merged via https://github.com/github/orchestrator-agent/pull/13