the-other-tim-brown commented on issue #12301: URL: https://github.com/apache/hudi/issues/12301#issuecomment-2494993977
@remeajayi2022 For the latest issue you are seeing, it looks like there may be conflicting Confluent versions on your class path. I can see that the `ProtobufSchemaProvider` does implement that method in the [5.5.0 version](https://github.com/confluentinc/schema-registry/blob/v5.5.0/protobuf-provider/src/main/java/io/confluent/kafka/schemaregistry/protobuf/ProtobufSchemaProvider.java#L38) so I am not sure where it may be picking up a newer version that does not implement this interface. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
