Skip to content

Commit 8b48f18

Browse files
FLOW-6347 Publish 4.x on the Confluent Hub (#1253)
1 parent f836743 commit 8b48f18

File tree

5 files changed

+14
-20
lines changed

5 files changed

+14
-20
lines changed

.github/workflows/End2EndTestApache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
distribution: 'zulu'
7979
java-version: ${{ matrix.java_test_version }}
8080

81-
- name: End to End Test of Apache Platform ${{ matrix.apache_kafka_version }} against Snowflake in ${{ matrix.snowflake_cloud }} with JAVA ${{ matrix.java_test_version }}
81+
- name: E2E Apache ${{ matrix.apache_kafka_version }}/${{ matrix.snowflake_cloud }}/JAVA ${{ matrix.java_test_version }}
8282
env:
8383
SNOWFLAKE_CREDENTIAL_FILE: "../profile.json"
8484
SF_CLOUD_PLATFORM: ${{ matrix.snowflake_cloud }}

.github/workflows/End2EndTestConfluent.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
distribution: 'zulu'
8080
java-version: ${{ matrix.java_test_version }}
8181

82-
- name: End to End Test of Confluent Platform Version ${{ matrix.confluent_version }} against Snowflake in ${{ matrix.snowflake_cloud }} with JAVA ${{ matrix.java_test_version }}
82+
- name: E2E Confluent ${{ matrix.confluent_version }}/${{ matrix.snowflake_cloud }}/JAVA ${{ matrix.java_test_version }}
8383
env:
8484
SNOWFLAKE_CREDENTIAL_FILE: "../profile.json"
8585
SF_CLOUD_PLATFORM: ${{ matrix.snowflake_cloud }}

.github/workflows/IntegrationTest.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
sudo mv .github/scripts/squid.conf /etc/squid/squid.conf
6363
sudo service squid start
6464
65-
- name: Build with Unit and Integration Test against Snowflake Cloud in ${{ matrix.snowflake_cloud }}
65+
- name: Unit and Integration Test - ${{ matrix.snowflake_cloud }}
6666
env:
6767
SNOWFLAKE_CREDENTIAL_FILE: "../profile.json"
6868
SHELL: "/bin/bash"
@@ -74,9 +74,3 @@ jobs:
7474
cd test
7575
trap 'echo "::group::Last 1000 lines of logs"; tail -n 1000 build.log || true; echo "::endgroup::"' ERR
7676
stdbuf -oL -eL ./build_runtime_jar.sh ../../snowflake-kafka-connector verify apache ${{ matrix.snowflake_cloud }} 2>&1 | tee build.log
77-
78-
# Commented out because the build was very unstable
79-
# Error that might be a hint: {'detail': ErrorDetail(string='Rate limit reached. Please upload with the Codecov repository upload token to resolve issue. Expected available in 383 seconds.', code='throttled')}
80-
# Consider migrating to newer version (v4)
81-
# - name: Code Coverage
82-
# uses: codecov/codecov-action@v1

.github/workflows/StressTest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
distribution: 'zulu'
7676
java-version: ${{ matrix.java_test_version }}
7777

78-
- name: Stress Tests of Confluent Platform Version ${{ matrix.confluent_version }} against Snowflake in ${{ matrix.snowflake_cloud }} with JAVA ${{ matrix.java_test_version }}
78+
- name: Stress Tests Confluent ${{ matrix.confluent_version }}/${{ matrix.snowflake_cloud }}/JAVA ${{ matrix.java_test_version }}
7979
env:
8080
SNOWFLAKE_CREDENTIAL_FILE: "../profile.json"
8181
continue-on-error: true

pom_confluent.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -187,20 +187,19 @@
187187
<goal>kafka-connect</goal>
188188
</goals>
189189
<configuration>
190-
<title>Snowflake Sink Connector</title>
190+
<title>Snowflake High Performance Sink Connector</title>
191191
<documentationUrl>
192-
https://docs.snowflake.net/manuals/user-guide/kafka-connector.html
192+
https://docs.snowflake.com/en/connectors/kafkahp/about
193193
</documentationUrl>
194194
<description>
195-
Snowflake is the data warehouse built for the
196-
cloud. The Snowflake Kafka connector lets you
195+
The Snowflake High Performance Kafka connector lets you
197196
quickly and easily move messages in formats
198-
like Avro, JSON, and Protobuf from Kafka topics
199-
into Snowflake tables.
197+
such as Avro, JSON, and Protobuf from Kafka topics
198+
into Snowflake tables. It uses the Snowpipe Streaming High Performance architecture.
200199
</description>
201200
<logo>logo/snowflake.png</logo>
202201

203-
<supportProviderName>Snowflake, Inc.
202+
<supportProviderName>Snowflake Inc.
204203
</supportProviderName>
205204
<supportSummary>Some features of the connector may be in preview
206205
as mentioned in the documentation, and
@@ -209,10 +208,10 @@
209208
in production, please contact Snowflake Support
210209
before doing so.
211210
</supportSummary>
212-
211+
<name>snowflake-kafka-connector-hp</name>
213212
<ownerUsername>snowflakeinc</ownerUsername>
214213
<ownerType>organization</ownerType>
215-
<ownerName>Snowflake, Inc.</ownerName>
214+
<ownerName>Snowflake Inc.</ownerName>
216215
<ownerUrl>https://snowflake.com/</ownerUrl>
217216
<ownerLogo>logo/snowflake.png</ownerLogo>
218217

@@ -227,10 +226,11 @@
227226
<tag>rdbms</tag>
228227
<tag>sql</tag>
229228
<tag>data warehouse</tag>
229+
<tag>high performance</tag>
230230
</tags>
231231
<confluentControlCenterIntegration>true
232232
</confluentControlCenterIntegration>
233-
<singleMessageTransforms>false
233+
<singleMessageTransforms>true
234234
</singleMessageTransforms>
235235
<supportedEncodings>any</supportedEncodings>
236236
</configuration>

0 commit comments

Comments
 (0)