我在 Nodejs 中使用 kafkajs 和 confluent-schema-registry。我可以记录 message.value (avro),但在尝试解码时出错。它说: ResponseError: Confluent_Schema_Registry - 错误,状态 400
const payload = await registry.decode(message.value).catch(error => {
console.log('error consuming payload', error);
});