Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Functions]Support protobuf schema for pulsar function (apache#11709)
### Motivation Some users have encountered the following exception when using the protobuf schema, so add the relevant dependencies to the instance: ``` ERROR org.apache.pulsar.functions.instance.JavaInstanceRunnable - Sink open produced uncaught exception: java.lang.IllegalArgumentException: com.google.protobuf.GeneratedMessageV3 is not assignable from bold.proto.PersonOuterClass$Person at org.apache.pulsar.client.impl.schema.ProtobufSchema.of(ProtobufSchema.java:110) ~ ``` ### Modifications * Add the relevant dependencies to the instance ### Verifying this change - [x] Make sure that the change passes the CI checks.
- Loading branch information