(new-binlog-client {:keys [host port user password server-id
stream-keepalive-interval stream-keepalive-timeout]}
{:keys [file position]}
out)Create a new binary log client for connecting to database using the conenction parameters host port user password and server-id. The client will start reading binary log at given file and position. Events are written to out channel. Out is closed on client disconnect.
Create a new binary log client for connecting to database using the conenction parameters host port user password and server-id. The client will start reading binary log at given file and position. Events are written to out channel. Out is closed on client disconnect.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |