|
24 | 24 | <kafka.connect.utils.version>0.7.177</kafka.connect.utils.version> |
25 | 25 | <google.guava.version>32.1.2-jre</google.guava.version> |
26 | 26 | <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> |
27 | 31 | </properties> |
28 | 32 |
|
29 | 33 | <repositories> |
|
119 | 123 | <ownerType>organization</ownerType> |
120 | 124 | <ownerName>Neo4j, Inc.</ownerName> |
121 | 125 | <ownerUrl>https://neo4j.com/</ownerUrl> |
122 | | - <title>Neo4j Connector</title> |
| 126 | + <title>${connector.title}</title> |
123 | 127 | <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> |
125 | 132 | <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> |
128 | 135 | <supportUrl>${project.issueManagement.url}</supportUrl> |
129 | 136 | <confluentControlCenterIntegration>true</confluentControlCenterIntegration> |
130 | 137 | <tags> |
|
157 | 164 | <activation> |
158 | 165 | <activeByDefault>false</activeByDefault> |
159 | 166 | </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> |
160 | 173 | </profile> |
161 | 174 | </profiles> |
162 | 175 |
|
|
0 commit comments