Hi all ,
I’m quite new on Kafka, for my training environment , i try to upgrade my confluent community platform from 5.3 to 6.2 .
But it doesn’t work,
--> Processing Dependency: confluent-kafka-rest = 5.3.6 for package: confluent-community-2.11-5.3.6-1.noarch
---> Package confluent-kafka-rest.noarch 0:6.2.2-1 will be an update
---> Package confluent-rest-utils.noarch 0:5.3.6-1 will be updated
---> Package confluent-rest-utils.noarch 0:6.2.2-1 will be an update
---> Package confluent-schema-registry.noarch 0:5.3.6-1 will be updated
--> Processing Dependency: confluent-schema-registry = 5.3.6 for package: confluent-community-2.11-5.3.6-1.noarch
---> Package confluent-schema-registry.noarch 0:6.2.2-1 will be an update
--> Finished Dependency Resolution
Error: Package: confluent-community-2.11-5.3.6-1.noarch (@Confluent)
Requires: confluent-schema-registry = 5.3.6
Removing: confluent-schema-registry-5.3.6-1.noarch (@Confluent)
confluent-schema-registry = 5.3.6-1
Updated By: confluent-schema-registry-6.2.2-1.noarch (Confluent)
I have updated the confluent repo
[Confluent.dist]
name=Confluent repository (dist)
baseurl=https://packages.confluent.io/rpm/6.2/7
gpgcheck=1
gpgkey=https://packages.confluent.io/rpm/6.2/archive.key
enabled=1
[Confluent]
name=Confluent repository
baseurl=https://packages.confluent.io/rpm/6.2
gpgcheck=1
gpgkey=https://packages.confluent.io/rpm/6.2/archive.key
enabled=1
If someone have a clue , maybe it’s to possible to upgrade directly from 5.3 to 6.2 .
Thanks a lot