Providing type_fqdn as defoverridable might not be the best way to customize it... Especially if generating code through the provided protoc plugin (I think?). You'd need to either manually add def type_fqdn to all generated modules or somehow modify the protoc plugin...
Isn’t it usually provided as an option in the .proto file or to the protoc compiler? The code generator could just automatically insert that function in generated module after having detected the option either way?
Continuing discussion from tony612#54.
@aquarhead commented:
@matehat commented: