I have only worked in Java for thrift. You are writing code only for handlers. The framework has it's non blocking server implementation which you are using in your application.
Note - I am fairly new, so take this with some skepticism. -Abhishek On Sun, Aug 25, 2019, 9:03 PM Dedipyaman Das <[email protected]> wrote: > I'm trying to use Go's concurrency, so having a server written in go makes > sense to me. But most of my business logic is written in Java. Can I make > use of a server (some sort of threaded server) in Go and delegate the > method calls to handlers implemented in Java? >
