标签: jvm jvm-arguments thrift-protocol
我的项目使用thrift服务,但它不能生成超过254个API。 编译错误:
Platform restriction: a parameter list's length cannot exceed 254.
似乎jvm不允许超过254个参数。如何突破极限?感谢