troubleshooting

What does the error message 'The payload message must be the first message in protobuf schema def, but the message index is 2' indicate in RisingWave?

Stefan Negele encountered an error message in RisingWave related to protobuf schema. Siyuan Wang suggested trying a newer version to resolve the issue. The error occurred during message parsing in RisingWave. What does this error message indicate and how was it resolved?

St

Stefan Negele

Asked on Feb 21, 2024

  • The error message 'The payload message must be the first message in protobuf schema def, but the message index is 2' indicates that the protobuf schema definition is invalid, specifically in the order of messages.
  • The issue was resolved by updating to version 1.7.0-rc-1 of RisingWave, which fixed the schema problem.
  • The error occurred during message parsing in RisingWave, leading to the failure to parse the message due to the incorrect schema definition order.
Feb 21, 2024Edited by