Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.09 KB

File metadata and controls

25 lines (15 loc) · 1.09 KB

Contributing

This repository is published as a reference implementation under the MIT license and is intentionally low-maintenance.

To keep the scope small and the semantics stable, it is not accepting feature requests, feature pull requests, roadmap asks, or support requests. Issues or pull requests of that shape may be closed without review.

Bug reports

Bug reports that describe a concrete, reproducible defect in the existing scope may be accepted. A useful report includes:

  • a minimum reproduction (command, config, data shape)
  • observed vs. expected behavior
  • the version, source database family and version, and JDK in use

Bug-fix pull requests

Small, targeted fixes within the existing scope are welcome. There is no guarantee of review or merge.

By submitting a contribution, you confirm that:

  • you have the right to submit it
  • you are allowed to license it under the repository license (MIT)
  • you understand it may be ignored, declined, or closed without further discussion

For anything larger — new source adapters, new sink kinds, HA, or other features — please fork.