paulo-alves-flttr commented on issue #17620: URL: https://github.com/apache/druid/issues/17620#issuecomment-2846901222
I have discovered that the problem was that Druid 32.0.1 doesn't support the latest versions of kafka-protobuf dependencies. I have downgraded my producer to use kafka-protobuf-serializer 7.1.16 and kafka-schema-registry-maven-plugin 7.1.16 as well. Also updated my Druid image to add the following JAR files to /opt/druid/extensions/druid-protobuf-extensions/: ``` kafka-protobuf-provider-7.1.16.jar kafka-protobuf-types-7.1.16.jar kafka-schema-registry-client-7.1.16.jar kotlin-stdlib-1.9.10.jar okio-jvm-3.4.0.jar proto-google-common-protos-2.22.1.jar protobuf-java-3.25.5.jar protobuf-java-util-3.25.5.jar wire-runtime-jvm-4.9.7.jar wire-schema-jvm-4.9.7.jar ``` This solution involved some trial and error and that could have been avoided by having supported dependencies versions listed in the documentation [here](https://druid.apache.org/docs/latest/development/extensions-core/protobuf/). -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
