Skip to content

Commit f09e802

Browse files
ali-incefbiville
andauthored
Update connector metadata (#593)
* Update connector metadata * Update kafka-connect-neo4j/pom.xml Co-authored-by: Florent Biville <[email protected]> --------- Co-authored-by: Florent Biville <[email protected]>
1 parent 59bac57 commit f09e802

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

kafka-connect-neo4j/pom.xml

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
<kafka.connect.utils.version>0.7.177</kafka.connect.utils.version>
2525
<google.guava.version>32.1.2-jre</google.guava.version>
2626
<maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
27+
<connector.title>Neo4j Connector for Confluent</connector.title>
28+
<connector.summary>
29+
<![CDATA[Support, including for Custom Connectors in Confluent Cloud, through <a href=\"https://neo4j.com/\">Neo4j</a>]]>
30+
</connector.summary>
2731
</properties>
2832

2933
<repositories>
@@ -119,12 +123,15 @@
119123
<ownerType>organization</ownerType>
120124
<ownerName>Neo4j, Inc.</ownerName>
121125
<ownerUrl>https://neo4j.com/</ownerUrl>
122-
<title>Neo4j Connector</title>
126+
<title>${connector.title}</title>
123127
<documentationUrl>https://neo4j.com/docs/kafka/quickstart-connect/</documentationUrl>
124-
<description>It's a basic Apache Kafka Connect Neo4j Connector which allows moving data from Kafka topics into Neo4j via Cypher templated queries and vice versa.</description>
128+
<description>The connector runs on Apache Kafka Connect Clusters to sink data in Kafka
129+
topics into Neo4j and Aura databases and can use Neo4j/Aura as a source for Kafka topics
130+
via Cypher queries.
131+
</description>
125132
<logo>assets/neo4j-logo.png</logo>
126-
<supportSummary><![CDATA[Support through <a href="https://neo4j.com/">Neo4j</a>]]></supportSummary>
127-
<sourceUrl>https://github.com/neo4j-contrib/neo4j-streams/tree/master/kafka-connect-neo4j</sourceUrl>
133+
<supportSummary>${connector.summary}</supportSummary>
134+
<sourceUrl>https://github.com/neo4j-contrib/neo4j-streams</sourceUrl>
128135
<supportUrl>${project.issueManagement.url}</supportUrl>
129136
<confluentControlCenterIntegration>true</confluentControlCenterIntegration>
130137
<tags>
@@ -157,6 +164,12 @@
157164
<activation>
158165
<activeByDefault>false</activeByDefault>
159166
</activation>
167+
<properties>
168+
<connector.title>Neo4j Connector for Apache Kafka</connector.title>
169+
<connector.summary>
170+
<![CDATA[Support, through <a href=\"https://neo4j.com/\">Neo4j</a>]]>
171+
</connector.summary>
172+
</properties>
160173
</profile>
161174
</profiles>
162175

0 commit comments

Comments
 (0)