Data Migration from Sybase to MS-SQL Server

Hi All,
I am new this forum and i am looking for a data migration help here.
we have a very old legacy system and for which data is stored in Sybase and as part of modernization we are migrating the data to MS-SQL server and need some suggestion of how we can achieve this.

Any help in this regards is much appreciated.

thanks,
Brahma.

Do you already have a Kafka deployment? Check out Kafka Connect for achieving this, specifically the JDBC source connector to pull data from Sybase into Kafka and the sink connector for Kafka into SQL Server. These particular DB dialects are supported.