You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used scrooge-generator-22.12.0 to generate Java code with Finagle integration using the command argument: -l java --finagle. It was successful, but it did not create the MethodPerEndpoint, ServicePerEndpointReq, and RepServicePerEndpoint APIs in the generated Java code; only ServiceIface and MethodIface were created.
Upon consulting the Scrooge documentation, I discovered that these APIs are deprecated, and it recommends switching to non-deprecated code.
When I tested with the argument -l scala --finagle, all three APIs (MethodPerEndpoint, ServicePerEndpointReq, and RepServicePerEndpoint) were created in the Scala code.
Does the new API only support Scala?
The text was updated successfully, but these errors were encountered:
I used scrooge-generator-22.12.0 to generate Java code with Finagle integration using the command argument: -l java --finagle. It was successful, but it did not create the MethodPerEndpoint, ServicePerEndpointReq, and RepServicePerEndpoint APIs in the generated Java code; only ServiceIface and MethodIface were created.
Upon consulting the Scrooge documentation, I discovered that these APIs are deprecated, and it recommends switching to non-deprecated code.
When I tested with the argument -l scala --finagle, all three APIs (MethodPerEndpoint, ServicePerEndpointReq, and RepServicePerEndpoint) were created in the Scala code.
Does the new API only support Scala?
The text was updated successfully, but these errors were encountered: