Skip to content

Commit e428b75

Browse files
author
Julien Ruaux
committed
build: Reverted to previous Kafka Connect component name
1 parent 0866e2f commit e428b75

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ ENV CONNECT_PLUGIN_PATH="/usr/share/java,/usr/share/confluent-hub-components"
88

99
RUN confluent-hub install --no-prompt confluentinc/kafka-connect-datagen:0.5.3
1010

11-
COPY target/components/packages/redis-enterprise-kafka.zip /tmp/redis-enterprise-kafka.zip
11+
COPY target/components/packages/redis-redis-enterprise-kafka-6.zip /tmp/redis-redis-enterprise-kafka.zip
1212

13-
RUN confluent-hub install --no-prompt /tmp/redis-enterprise-kafka.zip
13+
RUN confluent-hub install --no-prompt /tmp/redis-redis-enterprise-kafka.zip

jreleaser.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,16 @@ announce:
4949
message: '🔗 Redis Kafka Connect {{projectVersion}} has been released! {{releaseNotesUrl}}'
5050

5151
distributions:
52-
redis-redis-kafka-connect-5:
52+
redis-redis-enterprise-kafka-5:
5353
type: binary
5454
artifacts:
5555
- path: target/components/packages/{{distributionName}}.{{projectVersion}}.zip
56-
transform: '{{distributionName}}.{{projectEffectiveVersion}}.zip'
57-
redis-redis-kafka-connect-6:
56+
transform: 'redis-kafka-connect-5.{{projectEffectiveVersion}}.zip'
57+
redis-redis-enterprise-kafka-6:
5858
type: binary
5959
artifacts:
6060
- path: target/components/packages/{{distributionName}}.{{projectVersion}}.zip
61-
transform: '{{distributionName}}.{{projectEffectiveVersion}}.zip'
61+
transform: 'redis-kafka-connect-6.{{projectEffectiveVersion}}.zip'
6262

6363
files:
6464
artifacts:

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@
274274
<version>0.12.0</version>
275275
<configuration>
276276
<title>Redis Connector (Source and Sink) by Redis</title>
277+
<name>redis-enterprise-kafka</name>
277278
<ownerUsername>redis</ownerUsername>
278279
<documentationUrl>https://${github.owner}.github.io/${github.repo}/</documentationUrl>
279280
<logo>src/docs/asciidoc/images/redis-cube.png</logo>
@@ -358,7 +359,7 @@
358359
<github-owner>${github.owner}</github-owner>
359360
<github-repo>${github.repo}</github-repo>
360361
<component-owner>redis</component-owner>
361-
<component-name>redis-kafka-connect</component-name>
362+
<component-name>${component-name}</component-name>
362363
<project-artifact>${project.artifactId}</project-artifact>
363364
<project-name>${project.name}</project-name>
364365
<project-version>${project.version}</project-version>

run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ fi
1111
echo "Building the Redis Kafka Connector"
1212
(
1313
./mvnw clean package -DskipTests
14-
mv target/components/packages/redis-redis-kafka-connect-6.*.zip target/components/packages/redis-kafka-connect.zip
14+
mv target/components/packages/redis-redis-enterprise-kafka-6.*.zip target/components/packages/redis-redis-enterprise-kafka-6.zip
1515
)
1616

1717
echo "Starting docker ."
@@ -82,7 +82,7 @@ curl -X POST -H "Content-Type: application/json" --data '
8282

8383
sleep 5
8484

85-
echo -e "\nAdding Redis Enteprise Kafka Sink Connector for the 'pageviews' topic into the 'pageviews' stream:"
85+
echo -e "\nAdding Redis Kafka Sink Connector for the 'pageviews' topic into the 'pageviews' stream:"
8686
curl -X POST -H "Content-Type: application/json" --data '
8787
{"name": "redis-sink",
8888
"config": {

0 commit comments

Comments
 (0)