I added kafka tomy dependencies although i am not sure why this would be
required... seems to work
org.apache.kafka
kafka_${kafka.scala.version}
${kafka.version}
This is my full dependency l
Hi,
It looks like to me that kafka.utils.VerifiableProperties comes from
org.apache.kafka:kafka package - please check and solve (if possible)
dependency conflicts in your pom.xml regarding this package. Probably there is
some version collision.
Piotrek
> On 21 Mar 2018, at 16:40, dim5b wro
I trying to connect to schema registry and deserialize the project.
I am building my project and on mvn build i get the error
class file for kafka.utils.VerifiableProperties not found...
import io.confluent.kafka.schemaregistry.client.CachedSchemaRegistryClient;
import io.confluent.kafka.sch