Hi, I was hoping to experiment a bit, but adding jackdaw to my deps.edn file and running clj
gave the following error: Error building classpath. Could not find artifact io.confluent:kafka-schema-registry-client:jar:5.3.1 in central (<https://repo1.maven.org/maven2/>)
is this expected?
Nevermind, fixed it by adding :mvn/repos {"confluent" {:url "<https://packages.confluent.io/maven/>"}}
to deps.edn