-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
The MySqlSink code uses ExecuteNonQueryAsync. It's a long-standing bug in MySql.Data (bug 70111) that async I/O is not implemented correctly; thus all these methods will actually run synchronously. (See also here and here on Stack Overflow.)
To fix this, you could switch to https://github.com/mysql-net/MySqlConnector, an OSS replacement for MySql.Data that supports true asynchronous I/O.
If you're interested in this, I'd be happy to open a PR.
julianonunes and diogopaschoal
Metadata
Metadata
Assignees
Labels
No labels