File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ 0.10.0] - 2023-07-05
6
+
5
7
### Added
8
+
6
9
- Add support for batch request submission in HTTP sink. The mode can be changed by setting
7
10
` gid.connector.http.sink.writer.request.mode ` with value ` single ` or ` batch ` . The default value
8
11
is ` batch ` bode which is breaking change comparing to previous versions. Additionally,
9
12
` gid.connector.http.sink.request.batch.size ` option can be used to set batch size. By default,
10
13
batch size is 500 which is same as default value of HttpSink ` maxBatchSize ` parameter.
11
14
12
15
### Changed
16
+
13
17
- Changed API for public HttpSink builder. The ` setHttpPostRequestCallback ` expects a ` PostRequestCallback `
14
18
of generic type [ HttpRequest] ( src/main/java/com/getindata/connectors/http/internal/sink/httpclient/HttpRequest.java )
15
19
instead ` HttpSinkRequestEntry ` .
127
131
128
132
- Implement basic support for Http connector for Flink SQL
129
133
130
- [ Unreleased ] : https://github.com/getindata/flink-http-connector/compare/0.9.0...HEAD
134
+ [ Unreleased ] : https://github.com/getindata/flink-http-connector/compare/0.10.0...HEAD
135
+
136
+ [ 0.10.0 ] : https://github.com/getindata/flink-http-connector/compare/0.9.0...0.10.0
131
137
132
138
[ 0.9.0 ] : https://github.com/getindata/flink-http-connector/compare/0.8.1...0.9.0
133
139
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ under the License.
23
23
24
24
<groupId >com.getindata</groupId >
25
25
<artifactId >flink-http-connector</artifactId >
26
- <version >0.10.0-SNAPSHOT </version >
26
+ <version >0.10.0</version >
27
27
<packaging >jar</packaging >
28
28
29
29
<name >flink-http-connector</name >
You can’t perform that action at this time.
0 commit comments