schema-registry
schema-registry copied to clipboard
cannot build schema registry
Hi, I cannot build schema registry when I do this command : mvn compile,
I got this error : Could not resolve dependencies for project io.confluent:kafka-protobuf-serializer:jar:7.4.0-0: io.confluent:kafka-schema-registry:jar:tests:7.4.0-0 was not found in https://packages.confluent.io/maven/ during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of confluent has elapsed or updates are forced
I was able to build the repo by following the steps at https://github.com/confluentinc/rest-utils/issues/367
When checking out rest-utils you would need to check out the tagged version corresponding to https://github.com/confluentinc/schema-registry/blob/v7.7.0-226/pom.xml#L10 -- then follow the instructions in the other comment I linked to. This could be a useful addition to the README.md for this repo.