Hello,
We've been encountering issues with connections getting closed. Eric Anderson recommended adjusting keep-alive settings on the server and client (here). However, when I went to configure these settings, I couldn't find any documentation on it or examples on the grpc kotlin side. Could you help point me to how we can configure the server-side options mentioned in the keep alive docs?
We've also asked this in grpc-kotlin here and thought that it would be helpful to ask on the java side as grpc-kotlin has the same API for server building as grpc-java. You can find further context in that issue as well.
issue: grpc/grpc-kotlin#331
@ejona86 mentioned that this might be related to
Looks like the keepalive API is only on NettyServerBuilder, not ServerBuilder.
Please let us know if you need any further information and we'll get that to you ASAP! 🙏