zitadel icon indicating copy to clipboard operation
zitadel copied to clipboard

Remove the Improved performance repeated enum

Open muhlemmer opened this issue 7 months ago • 2 comments

Improved performance flags are a repeated enum. We often find we are advising enabling these flags for performance tuning. We have not received any significant reports indicating the optimization don't work as expected. As such, they should be enabled by default and the flags removed.

Acceptance criteria

For each enum value:

  • [ ] Remove the value from the proto files
    • [ ] Set / Get System features
    • [ ] Set / Get Instance features
    • [ ] Reserve the field number
  • [ ] Remove the flag from the zitadel code, assume the default state of present.
  • [ ] Remove any code which will not be called anymore

muhlemmer avatar Jun 04 '25 10:06 muhlemmer

@adlerhurst can you please estimate this issue?

muhlemmer avatar Jun 04 '25 10:06 muhlemmer

CC @stebenz

muhlemmer avatar Jun 04 '25 13:06 muhlemmer

blocked by https://github.com/zitadel/zitadel/issues/10302

adlerhurst avatar Jul 22 '25 08:07 adlerhurst