Skip to content

Commit 768812a

Browse files
committed
Code changes for pulsar 4.0
1 parent e924d5d commit 768812a

File tree

20 files changed

+44
-44
lines changed

20 files changed

+44
-44
lines changed

.github/workflows/pr-docker-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: docker tests
33
on:
44
push:
55
branches:
6-
- 3.1_ds
6+
- 4.0_ds
77
pull_request:
88

99

.github/workflows/pr-impl-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: kop mvn build check and kafka-impl test
33
on:
44
push:
55
branches:
6-
- 3.1_ds
6+
- 4.0_ds
77
pull_request:
88

99
jobs:

.github/workflows/pr-proxy-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: kop proxy tests
33
on:
44
push:
55
branches:
6-
- 3.1_ds
6+
- 4.0_ds
77
pull_request:
88

99

.github/workflows/pr-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: kop tests
33
on:
44
push:
55
branches:
6-
- 3.1_ds
6+
- 4.0_ds
77
pull_request:
88

99

docker/testImage/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM datastax/lunastreaming-all:3.1
1+
FROM datastax/lunastreaming-all:4.0
22
USER root
33
RUN apt-get update && apt-get -y install openjdk-11-dbg
44
RUN rm /pulsar/protocols/*.nar /pulsar/proxyextensions/*.nar

kafka-0-10/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<artifactId>pulsar-protocol-handler-kafka-parent</artifactId>
2020
<groupId>com.datastax.oss</groupId>
21-
<version>3.1.0.4-SNAPSHOT</version>
21+
<version>4.0.3.0-SNAPSHOT</version>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>com.datastax.oss</groupId>
3232
<artifactId>kafka-client-api</artifactId>
33-
<version>3.1.0.4-SNAPSHOT</version>
33+
<version>4.0.3.0-SNAPSHOT</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>org.apache.kafka</groupId>

kafka-0-9/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<artifactId>pulsar-protocol-handler-kafka-parent</artifactId>
2020
<groupId>com.datastax.oss</groupId>
21-
<version>3.1.0.4-SNAPSHOT</version>
21+
<version>4.0.3.0-SNAPSHOT</version>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>com.datastax.oss</groupId>
3232
<artifactId>kafka-client-api</artifactId>
33-
<version>3.1.0.4-SNAPSHOT</version>
33+
<version>4.0.3.0-SNAPSHOT</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>org.apache.kafka</groupId>

kafka-1-0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<artifactId>pulsar-protocol-handler-kafka-parent</artifactId>
2020
<groupId>com.datastax.oss</groupId>
21-
<version>3.1.0.4-SNAPSHOT</version>
21+
<version>4.0.3.0-SNAPSHOT</version>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>com.datastax.oss</groupId>
3232
<artifactId>kafka-client-api</artifactId>
33-
<version>3.1.0.4-SNAPSHOT</version>
33+
<version>4.0.3.0-SNAPSHOT</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>org.apache.kafka</groupId>

kafka-2-8/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<artifactId>pulsar-protocol-handler-kafka-parent</artifactId>
2020
<groupId>com.datastax.oss</groupId>
21-
<version>3.1.0.4-SNAPSHOT</version>
21+
<version>4.0.3.0-SNAPSHOT</version>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>com.datastax.oss</groupId>
3232
<artifactId>kafka-client-api</artifactId>
33-
<version>3.1.0.4-SNAPSHOT</version>
33+
<version>4.0.3.0-SNAPSHOT</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>org.apache.kafka</groupId>

kafka-3-0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<artifactId>pulsar-protocol-handler-kafka-parent</artifactId>
2020
<groupId>com.datastax.oss</groupId>
21-
<version>3.1.0.4-SNAPSHOT</version>
21+
<version>4.0.3.0-SNAPSHOT</version>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424

@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>com.datastax.oss</groupId>
3232
<artifactId>kafka-client-api</artifactId>
33-
<version>3.1.0.4-SNAPSHOT</version>
33+
<version>4.0.3.0-SNAPSHOT</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>org.apache.kafka</groupId>

0 commit comments

Comments
 (0)