You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-elasticsearch/src/main/java/org/apache/flink/cdc/connectors/elasticsearch/config/ElasticsearchSinkOptions.java
+24-8Lines changed: 24 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -99,42 +99,58 @@ public ElasticsearchSinkOptions(
99
99
this.shardingSeparator = shardingSeparator;
100
100
}
101
101
102
-
/** @return the maximum batch size */
102
+
/**
103
+
* @return the maximum batch size
104
+
*/
103
105
publicintgetMaxBatchSize() {
104
106
returnmaxBatchSize;
105
107
}
106
108
107
-
/** @return the maximum number of in-flight requests */
109
+
/**
110
+
* @return the maximum number of in-flight requests
111
+
*/
108
112
publicintgetMaxInFlightRequests() {
109
113
returnmaxInFlightRequests;
110
114
}
111
115
112
-
/** @return the maximum number of buffered requests */
116
+
/**
117
+
* @return the maximum number of buffered requests
118
+
*/
113
119
publicintgetMaxBufferedRequests() {
114
120
returnmaxBufferedRequests;
115
121
}
116
122
117
-
/** @return the maximum batch size in bytes */
123
+
/**
124
+
* @return the maximum batch size in bytes
125
+
*/
118
126
publiclonggetMaxBatchSizeInBytes() {
119
127
returnmaxBatchSizeInBytes;
120
128
}
121
129
122
-
/** @return the maximum time in buffer in milliseconds */
130
+
/**
131
+
* @return the maximum time in buffer in milliseconds
Copy file name to clipboardExpand all lines: flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-elasticsearch/src/main/java/org/apache/flink/cdc/connectors/elasticsearch/v2/Elasticsearch8AsyncWriter.java
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -61,11 +61,13 @@ public class Elasticsearch8AsyncWriter<InputT> extends AsyncSinkWriter<InputT, O
61
61
privatebooleanclose = false;
62
62
63
63
privatefinalCounternumRecordsOutErrorsCounter;
64
+
64
65
/**
65
66
* A counter to track number of records that are returned by Elasticsearch as failed and then
Copy file name to clipboardExpand all lines: flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-maxcompute/src/main/java/org/apache/flink/cdc/connectors/maxcompute/coordinator/SessionManageOperator.java
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -94,6 +94,7 @@ public class SessionManageOperator extends AbstractStreamOperator<Event>
Copy file name to clipboardExpand all lines: flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-maxcompute/src/main/java/org/apache/flink/cdc/connectors/maxcompute/utils/SessionCommitCoordinateHelper.java
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -69,6 +69,7 @@ public class SessionCommitCoordinateHelper {
Copy file name to clipboardExpand all lines: flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-oceanbase/src/main/java/org/apache/flink/cdc/connectors/oceanbase/catalog/OceanBaseCatalogException.java
0 commit comments