MySqlSource instead
which supports more rich features, e.g. parallel reading from historical data. The MySqlSource will be dropped in the future version.@Deprecated public class MySqlSource extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MySqlSource.Builder<T>
Deprecated.
please use
MySqlSource.builder() instead which supports
more rich features, e.g. parallel reading from historical data. The MySqlSource.Builder will be dropped in the future version. |
| Constructor and Description |
|---|
MySqlSource()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> MySqlSource.Builder<T> |
builder()
Deprecated.
|
public static <T> MySqlSource.Builder<T> builder()
Copyright © 2022 The Apache Software Foundation. All rights reserved.