yasithdev commented on PR #577:
URL: https://github.com/apache/airavata/pull/577#issuecomment-4157325396
Closing — this is fully covered by the server consolidation work in master:
- **#600** — reorganized into `airavata-api` (core service library) +
`airavata-server/{rest,grpc,thrift}` (thin transport wrappers), which is
exactly the service layer separation this PR proposed
- **#601** — eliminated internal Thrift clients; all handlers now delegate
to Spring-managed service beans via injection
The architecture now cleanly separates service logic (`airavata-api`) from
transport concerns (`airavata-server/*`), so adding new API surfaces (REST,
gRPC) no longer requires going through thrift handlers.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]