I'm working on a project where we have a very large proto buffer enum with more than 10.000 values. When I generate the java code from this enum using protoc 3.6.1 it won't compile because the code is too large (for example, the generated forNumber method will exceed the 64kb size that Java allows for methods). I wonder if anyone here faced a similar problem and if there is any solution for it?
Thanks in advance for any help. -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/protobuf/6f2ed54f-78ee-4764-a106-9b7d8b1f4fca%40googlegroups.com.
