[CONJ-324] FR: Ability to stream database changes Created: 2016-07-19 Updated: 2020-08-25 Resolved: 2017-09-11 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | Other |
| Affects Version/s: | None |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Minor |
| Reporter: | Will Fong | Assignee: | Diego Dupin |
| Resolution: | Won't Do | Votes: | 1 |
| Labels: | None | ||
| Description |
|
It would be great if the Connectors had the ability to connect to a database server and act as a replication client in order to consume a stream of database changes. There seems to be many use cases for this, the typical one being a way to hook in a monitor application to watch updates to records of interest (changes in prices, for example). This would be most useful with row-based-replication. I'm not exactly sure how statement-based-replication would be supported. A similar project: https://github.com/shyiko/mysql-binlog-connector-java |
| Comments |
| Comment by Diego Dupin [ 2017-03-30 ] |
|
That is a new functionality done in maxscale 2.0.0 : https://mariadb.com/resources/blog/real-time-data-streaming-kafka-maxscale-cdc. |
| Comment by Diego Dupin [ 2017-09-11 ] |
|
Closing since that's not something we want to do at driver level. |