-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added generation of archive for confluent (#66)
Co-authored-by: Adalbert Makarovych <[email protected]>
- Loading branch information
1 parent
f1e3da7
commit c520faf
Showing
5 changed files
with
63 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -160,6 +160,57 @@ | |
<groupId>org.apache.maven.plugins</groupId> | ||
<version>3.2.1</version> | ||
</plugin> | ||
<plugin> | ||
<artifactId>kafka-connect-maven-plugin</artifactId> | ||
<executions> | ||
<execution> | ||
<configuration> | ||
<componentTypes> | ||
<componentType>source</componentType> | ||
</componentTypes> | ||
<description> | ||
SingleStore connector for Debezium captures and records row-level changes that occur | ||
in the database. You can configure the connector to read from a single table and to | ||
ignore, mask, or truncate values in specific columns. | ||
</description> | ||
|
||
<!-- | ||
TODO: add link to the documentation | ||
<documentationUrl> | ||
https://docs.confluent.io/current/connect/connect-elasticsearch/docs/elasticsearch_connector.html | ||
</documentationUrl> | ||
--> | ||
|
||
<logo>logos/singlestore.png</logo> | ||
|
||
<ownerLogo>logos/confluent.png</ownerLogo> | ||
<ownerName>SingleStore, Inc.</ownerName> | ||
<ownerType>organization</ownerType> | ||
<ownerUrl>https://www.singlestore.com/</ownerUrl> | ||
|
||
<ownerUsername>singlestore</ownerUsername> | ||
|
||
<requirements> | ||
<requirement>SingleStore 8.7.16+</requirement> | ||
</requirements> | ||
|
||
<tags> | ||
<tag>SingleStore</tag> | ||
<tag>memsql</tag> | ||
<tag>debezium</tag> | ||
<tag>CDC</tag> | ||
</tags> | ||
|
||
<title>Debezium SingleStore CDC Source Connector</title> | ||
</configuration> | ||
<goals> | ||
<goal>kafka-connect</goal> | ||
</goals> | ||
</execution> | ||
</executions> | ||
<groupId>io.confluent</groupId> | ||
<version>0.10.0</version> | ||
</plugin> | ||
</plugins> | ||
<resources> | ||
<!-- Apply the properties set in the POM to the resource files --> | ||
|
@@ -407,11 +458,11 @@ | |
<developerConnection> | ||
scm:git:[email protected]:singlestore-labs/singlestore-debezium-connector.git | ||
</developerConnection> | ||
<tag>singlestore-debezium-connector-0.1.8</tag> | ||
<tag>singlestore-debezium-connector-0.1.9</tag> | ||
<url>git://[email protected]:singlestore-labs/singlestore-debezium-connector.git</url> | ||
</scm> | ||
|
||
<url>https://github.com/singlestore-labs/singlestore-debezium-connector</url> | ||
|
||
<version>0.1.8</version> | ||
<version>0.1.9</version> | ||
</project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters