mysql-zmq-plugin
mysql-zmq-plugin copied to clipboard
zmq_publish not implemented
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 socket open.