confluentinc / cp-demo

Confluent Platform Demo including Apache Kafka, ksqlDB, Control Center, Schema Registry, Security, Schema Linking, and Cluster Linking
Apache License 2.0
38 stars 322 forks source link

Fix for DEVX-2639 #373

Closed nsharma-git closed 3 years ago

nsharma-git commented 3 years ago

Description

cp-demo looks for kafka-connect-replicator:6.0.3 on branch 6.0.x Since this plugin is not available on confluent hub, the demo fails to start.

What behavior does this PR change, and why? Since 6.0.3 is a security patch, we can use the connectors from previous version

Author Validation

Describe the validation already done, or needs to be done, by the PR submitter.

[ ] Run cp-demo

nsharma-git commented 3 years ago

@nsharma-git this results in differing versions of Replicator & Connect, which is not supported.

Replicator and Connect must always be running on the same version, we don’t support different versions of Replicator and Connect. If it’s working now that may be a coincidence.

Sorry for my misunderstanding. From configuration in previous releases, I was under impression that its supported - https://github.com/confluentinc/cp-demo/blob/5.5.x/env_files/config.env