nodece commented on issue #23469:
URL: https://github.com/apache/pulsar/issues/23469#issuecomment-2574603887
@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?
--
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]