venkatduddu
venkatduddu
Confluent released fix for referencing the protobuf schemas as part of 6.2. Without this functionaliy I am seeing below error in Kafdrop UI ``` org.apache.kafka.common.errors.SerializationException: Error deserializing Protobuf message for...
See below error when using spf4j-avro when I do SchemaUtils.writeIdlProtocol ``` java.lang.IllegalAccessError: class org.spf4j.avro.schema.SchemaUtils tried to access field org.apache.avro.Schema.FACTORY (org.spf4j.avro.schema.SchemaUtils and org.apache.avro.Schema are in unnamed module of loader 'app') at...