79488648

Date: 2025-03-06 08:21:01
Score: 1.5
Natty:
Report link

I was facing the same issue.

Turns out ProtobufHttpMessageConverter.supports() was returning false. This was happening because my Protobuf generated class was not generated properly.

It could be due to non-standard or misconfigured protoc plugin. Make sure that that your generated Protobuf classes extend com.google.protobuf.GeneratedMessageV3

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Saurabh Anand