influx6 / actorkit

Simple yet powerful actor model in golang for message passing based applications [Work in Progress]
MIT License
20 stars 2 forks source link

MySQL Binlog Streams #9

Open influx6 opened 5 years ago

influx6 commented 5 years ago

This provides an interesting question: How do we fit streams like from MySQL BinLogs into the actokit API. Can we provide similar pre-setup functionality like what Debezium does?