[MDEV-5263] Publish/Subscriber Model in C client API Created: 2013-11-08 Updated: 2018-08-31 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | VAROQUI Stephane | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 1 |
| Labels: | None | ||
| Description |
|
Use identical multi threaded code structure as // replication to enable binlog subscription from the C client library. Row events could be receive with
Very popular feature of http://redis.io/topics/pubsub The next step is to use the driver to create a binary mariadb_publisher mariadb_publisher -uXX -pXX -hxxx.xxx.xxx.xxx -s/tmp/xxx.sock --format=json,xml,avro,protobuf, thrift |
| Comments |
| Comment by roberto spadim [ 2018-08-31 ] |
|
any news here? |
| Comment by markus makela [ 2018-08-31 ] |
|
This sounds a bit like the MaxScale CDC system: https://mariadb.com/resources/blog/real-time-data-streaming-kafka-maxscale-cdc |
| Comment by roberto spadim [ 2018-08-31 ] |
|
i created a better explained MDEV, maybe we are reinventing replication here, here is a simple solution that makes more sense MDEV-17105 |