tet123/CHANGELOG.md
Randall Hauch 6796fe32be DBZ-1 Added the initial stages of a MySQL source connector
The connector is in a basic working state, although it is not well tested yet and upon restart does not recover the schema state from the previous run.
2016-01-29 10:12:28 -06:00

15 lines
463 B
Markdown

# Change log
All notable changes are documented in this file. Release numbers follow [Semantic Versioning](http://semver.org)
## Unreleased
### Added
* MySQL connector for ingesting change events from MySQL databases ([DBZ-1](https://issues.jboss.org/projects/DBZ/issues/DBZ-1))
* Simple DDL parsing framework that can be extended and used by various connectors (as part of [DBZ-1](https://issues.jboss.org/projects/DBZ/issues/DBZ-1))
### Changed
### Fixed