Can we disable "option (kalix.codegen)" for some component in protobuf?

In the microservice, I defined action, value entity, view, and event sourced entity. When I define the protobuf, the syntax option (kalix.codegen) is used.

Now, can we disable the codegen for a particular component, and allow other components to keep using codegen?

Hi @faichun,

there is no dedicated flag to skip codegen, but you can always disable codegen for a given comment by commeting out option section.

1 Like