mysql-zmq-plugin icon indicating copy to clipboard operation
mysql-zmq-plugin copied to clipboard

ZeroMQ / ØMQ for MySQL

Results 3 mysql-zmq-plugin issues
Sort by recently updated
recently updated
newest added

The zmq_publish API doesn't actually publish anything. The approach won't work well because it creates a new socket each time you want to publish something - need to keep the...

Set socket timeout so SQL doesn't hang if zmq server is not running.

If no zmq server is running the zmq_client function hangs indefinitely. Ctrl + C does not exit. Have to kill -9 mysql and reload.