Skip to content

Commit 10d5984

Browse files
committed
setup confluent connect plugin
1 parent ea4ab34 commit 10d5984

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed

logo/snowflake.png

18.1 KB
Loading

pom.xml

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,50 @@
7575
</distributionManagement>
7676
<build>
7777
<plugins>
78+
<plugin>
79+
<groupId>io.confluent</groupId>
80+
<version>0.11.1</version>
81+
<artifactId>kafka-connect-maven-plugin</artifactId>
82+
<executions>
83+
<execution>
84+
<goals>
85+
<goal>kafka-connect</goal>
86+
</goals>
87+
<configuration>
88+
<title>Snowflake Kafka Connector</title>
89+
<documentationUrl>https://docs.snowflake.net/manuals/user-guide/kafka-connector.html</documentationUrl>
90+
<description>
91+
Snowflake is the data warehouse built for the cloud. The Snowflake Kafka connector lets you quickly and easily move JSON and AVRO messages from Kafka topics into Snowflake tables.
92+
</description>
93+
<logo>logo/snowflake.png</logo>
94+
95+
<supportProviderName>Snowflake, Inc.</supportProviderName>
96+
<supportSummary>This feature is in preview, and provided primarily for evaluation and testing purposes. If you decide to use a preview feature in production, please contact Snowflake Support before doing so.</supportSummary>
97+
98+
<ownerUsername>snowflakeinc</ownerUsername>
99+
<ownerType>organization</ownerType>
100+
<ownerName>Snowflake, Inc.</ownerName>
101+
<ownerUrl>https://snowflake.com/</ownerUrl>
102+
<ownerLogo>logo/snowflake.png</ownerLogo>
103+
104+
<componentTypes>
105+
<componentType>sink</componentType>
106+
</componentTypes>
107+
<tags>
108+
<tag>Snowflake</tag>
109+
<tag>jdbc</tag>
110+
<tag>database</tag>
111+
<tag>dbms</tag>
112+
<tag>rdbms</tag>
113+
<tag>sql</tag>
114+
<tag>sql server</tag>
115+
</tags>
116+
<confluentControlCenterIntegration>true</confluentControlCenterIntegration>
117+
<supportedEncodings>UTF-8</supportedEncodings>
118+
</configuration>
119+
</execution>
120+
</executions>
121+
</plugin>
78122
<plugin>
79123
<groupId>org.apache.maven.plugins</groupId>
80124
<artifactId>maven-site-plugin</artifactId>

0 commit comments

Comments
 (0)