This repository will contain the SQL Server Change Tracking stream for the Arcane. This stream will allow you to capture changes from SQL Server database and store them in a S3 compatible storage.
TBD
Project uses Scala 3.6.1
and tested on JDK 21. When using GraalVM, use JDK 22 version.
Plugin supports GraalVM
native image builds. Each PR must be run with
-agentlib:native-image-agent=config-merge-dir=./configs
on a GraalVM-CE JDK in
order to capture native image settings updates, if any.