提交 8ff212f3 编写于 作者: 冉小龙 提交者: xiaolong.ran

Fix protobuf schema of java function error (#5569)

Signed-off-by: Nxiaolong.ran <ranxiaolong716@gmail.com>
(cherry picked from commit 5c771d20)
上级 68f351b4
......@@ -151,7 +151,7 @@ public class TopicSchema {
return (Schema<T>)Schema.KV_BYTES();
case PROTOBUF:
return ProtobufSchema.ofGenericClass(clazz, Collections.emptyMap());
return ProtobufSchema.ofGenericClass(clazz, new HashMap<>());
default:
throw new RuntimeException("Unsupported schema type" + type);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册