Commit 8c478c0 1 parent c184ad3 commit 8c478c0 Copy full SHA for 8c478c0
File tree 9 files changed +13
-14
lines changed
src/main/java/com/pinterest/flink/streaming/connectors/psc
9 files changed +13
-14
lines changed Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
<groupId >com.pinterest.psc</groupId >
7
7
<artifactId >psc-java-oss</artifactId >
8
- <version >3.1.2 </version >
8
+ <version >3.1.3-RC1 </version >
9
9
<packaging >pom</packaging >
10
10
<name >psc-java-oss</name >
11
11
<modules >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >psc-java-oss</artifactId >
7
7
<groupId >com.pinterest.psc</groupId >
8
- <version >3.1.2 </version >
8
+ <version >3.1.3-RC1 </version >
9
9
<relativePath >../pom.xml</relativePath >
10
10
</parent >
11
11
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >psc-java-oss</artifactId >
7
7
<groupId >com.pinterest.psc</groupId >
8
- <version >3.1.2 </version >
8
+ <version >3.1.3-RC1 </version >
9
9
<relativePath >../pom.xml</relativePath >
10
10
</parent >
11
11
<modelVersion >4.0.0</modelVersion >
12
12
13
13
<artifactId >psc-examples</artifactId >
14
- <version >3.1.2 </version >
14
+ <version >3.1.3-RC1 </version >
15
15
<name >psc-examples</name >
16
16
17
17
<properties >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >psc-java-oss</artifactId >
7
7
<groupId >com.pinterest.psc</groupId >
8
- <version >3.1.2 </version >
8
+ <version >3.1.3-RC1 </version >
9
9
<relativePath >../pom.xml</relativePath >
10
10
</parent >
11
11
<modelVersion >4.0.0</modelVersion >
12
12
13
13
<artifactId >psc-flink-logging</artifactId >
14
- <version >3.1.2 </version >
14
+ <version >3.1.3-RC1 </version >
15
15
16
16
<dependencies >
17
17
<dependency >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.pinterest.psc</groupId >
7
7
<artifactId >psc-java-oss</artifactId >
8
- <version >3.1.2 </version >
8
+ <version >3.1.3-RC1 </version >
9
9
<relativePath >../pom.xml</relativePath >
10
10
</parent >
11
11
<artifactId >psc-flink</artifactId >
Original file line number Diff line number Diff line change @@ -752,11 +752,10 @@ public void open(Configuration configuration) throws Exception {
752
752
LOG .info ("Consumer subtask {} initially has no partitions to read from." ,
753
753
getRuntimeContext ().getIndexOfThisSubtask ());
754
754
}
755
-
756
- this .deserializer .open (RuntimeContextInitializationContextAdapters .deserializationAdapter (this .getRuntimeContext (), (metricGroup ) -> {
757
- return metricGroup .addGroup ("user" );
758
- }));
759
755
}
756
+ this .deserializer .open (RuntimeContextInitializationContextAdapters .deserializationAdapter (this .getRuntimeContext (), (metricGroup ) -> {
757
+ return metricGroup .addGroup ("user" );
758
+ }));
760
759
}
761
760
762
761
@ Override
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >psc-java-oss</artifactId >
7
7
<groupId >com.pinterest.psc</groupId >
8
- <version >3.1.2 </version >
8
+ <version >3.1.3-RC1 </version >
9
9
<relativePath >../pom.xml</relativePath >
10
10
</parent >
11
11
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >psc-java-oss</artifactId >
7
7
<groupId >com.pinterest.psc</groupId >
8
- <version >3.1.2 </version >
8
+ <version >3.1.3-RC1 </version >
9
9
<relativePath >../pom.xml</relativePath >
10
10
</parent >
11
11
<modelVersion >4.0.0</modelVersion >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >psc-java-oss</artifactId >
7
7
<groupId >com.pinterest.psc</groupId >
8
- <version >3.1.2 </version >
8
+ <version >3.1.3-RC1 </version >
9
9
<relativePath >../pom.xml</relativePath >
10
10
</parent >
11
11
<modelVersion >4.0.0</modelVersion >
You can’t perform that action at this time.
0 commit comments