Shawyeok commented on issue #23469: URL: https://github.com/apache/pulsar/issues/23469#issuecomment-2574656005
> @lhotari @Shawyeok Today, I'm testing the Pulsar 3.0.x, I notice this changes break my test: > > ``` > java.lang.NoClassDefFoundError: com/google/protobuf/MapFieldReflectionAccessor > at org.apache.pulsar.functions.utils.FunctionConfigUtils.convert(FunctionConfigUtils.java:102) > at org.apache.pulsar.functions.utils.FunctionConfigUtils.convert(FunctionConfigUtils.java:89) > at org.apache.pulsar.functions.utils.FunctionConfigUtils.convert(FunctionConfigUtils.java:77) > > java.lang.NoClassDefFoundError: com/google/protobuf/MapFieldReflectionAccessor > at org.apache.pulsar.functions.utils.SourceConfigUtils.convert(SourceConfigUtils.java:97) > ``` > > Is this expected? @nodece Does your classpath include the `com.google.protobuf:protobuf-java` JAR? If so, which version is it? After #23632, users need to explicitly include the `protobuf-java` dependency. -- 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]
