|
7 | 7 | <groupId>com.redis</groupId> |
8 | 8 | <artifactId>redis-enterprise-kafka</artifactId> |
9 | 9 | <version>6.8-SNAPSHOT</version> |
10 | | - <name>Redis Enterprise Kafka Connector</name> |
11 | | - <description>Kafka Connect source and sink connectors for Redis Enterprise</description> |
| 10 | + <name>Redis Kafka Connector</name> |
| 11 | + <description>Kafka Connect source and sink connectors for Redis</description> |
12 | 12 | <url>https://github.com/${github.owner}/${github.repo}</url> |
13 | 13 | <inceptionYear>2021</inceptionYear> |
14 | 14 | <properties> |
|
83 | 83 | <version>${kafka.version}</version> |
84 | 84 | <scope>provided</scope> |
85 | 85 | </dependency> |
86 | | - <dependency> |
87 | | - <groupId>org.apache.kafka</groupId> |
88 | | - <artifactId>connect-json</artifactId> |
89 | | - <version>${kafka.version}</version> |
90 | | - <scope>provided</scope> |
91 | | - </dependency> |
| 86 | + <dependency> |
| 87 | + <groupId>org.apache.kafka</groupId> |
| 88 | + <artifactId>connect-json</artifactId> |
| 89 | + <version>${kafka.version}</version> |
| 90 | + <scope>provided</scope> |
| 91 | + </dependency> |
92 | 92 | <dependency> |
93 | 93 | <groupId>com.redis</groupId> |
94 | 94 | <artifactId>lettucemod</artifactId> |
|
273 | 273 | <artifactId>kafka-connect-maven-plugin</artifactId> |
274 | 274 | <version>0.12.0</version> |
275 | 275 | <configuration> |
276 | | - <title>Redis Enterprise Connector</title> |
| 276 | + <title>Redis Connector (Source and Sink) by Redis</title> |
277 | 277 | <ownerUsername>redis</ownerUsername> |
278 | 278 | <documentationUrl>https://${github.owner}.github.io/${github.repo}/</documentationUrl> |
279 | 279 | <ownerLogo>src/docs/asciidoc/images/redis_logo.png</ownerLogo> |
|
282 | 282 | <sourceUrl>${project.scm.url}</sourceUrl> |
283 | 283 | <supportProviderName>Redis</supportProviderName> |
284 | 284 | <supportSummary> |
285 | | - <![CDATA[This connector is <a href="https://redis.com/company/support/">supported by Redis</a> as part of a |
286 | | - <a href="https://redis.com/redis-enterprise">Redis Enterprise</a> license.]]> |
| 285 | + <![CDATA[Contact us on the <a href="https://forum.redis.com">Redis Forum</a> or create an issue on <a href="https://github.com/redis-field-engineering/redis-enterprise-kafka">Github</a> where we provide support on a good faith effort basis.]]> |
287 | 286 | </supportSummary> |
288 | 287 | <supportUrl>${project.issueManagement.url}</supportUrl> |
289 | 288 | <confluentControlCenterIntegration>true</confluentControlCenterIntegration> |
290 | 289 | <componentTypes> |
291 | | - <componentType>sink</componentType> |
292 | 290 | <componentType>source</componentType> |
| 291 | + <componentType>sink</componentType> |
293 | 292 | </componentTypes> |
294 | 293 | <tags> |
295 | 294 | <tag>redis</tag> |
296 | | - <tag>enterprise</tag> |
297 | 295 | </tags> |
298 | 296 | </configuration> |
299 | 297 | <executions> |
|
305 | 303 | </goals> |
306 | 304 | <configuration> |
307 | 305 | <description>Kafka Connect source and sink connectors for Redis |
308 | | - Enterprise. It is for Confluent Plaform 5.0 and above</description> |
| 306 | + (Confluent Plaform 5.x)</description> |
309 | 307 | <version>5.${project.version}</version> |
310 | 308 | <requirements> |
311 | | - <requirement>Confluent Platform 5.0+</requirement> |
312 | | - <requirement>Redis Enterprise 6.0+</requirement> |
| 309 | + <requirement>Confluent Platform 5.x</requirement> |
| 310 | + <requirement>Redis</requirement> |
313 | 311 | </requirements> |
314 | 312 | </configuration> |
315 | 313 | </execution> |
|
321 | 319 | </goals> |
322 | 320 | <configuration> |
323 | 321 | <description>Kafka Connect source and sink connectors for Redis |
324 | | - Enterprise. It is for Confluent Plaform 6.0 and above</description> |
| 322 | + (Confluent Plaform 6.0 and above)</description> |
325 | 323 | <version>6.${project.version}</version> |
326 | 324 | <requirements> |
327 | 325 | <requirement>Confluent Platform 6.0+</requirement> |
328 | | - <requirement>Redis Enterprise 6.0+</requirement> |
| 326 | + <requirement>Redis</requirement> |
329 | 327 | </requirements> |
330 | 328 | <excludes> |
331 | 329 | <exclude>io.netty:*</exclude> |
|
0 commit comments