yanghua commented on issue #32: URL: https://github.com/apache/incubator-kyuubi/issues/32#issuecomment-890299991
Although I think the purpose of the layered software stack and various encapsulation of the framework is to decouple and build abstraction, so that users do not have to perceive too much detail. But I respect your familiarity with Scala and Kotlin and rich experience in using them. > Do we have other options? A pure Java framework makes more sense to me. Yes, the other option may be more pure and low-level, we can build it based on native netty. This choice also coexists with pros and cons. The advantage is that it is more versatile and does not introduce more or niche dependencies. The disadvantage is that we need more coding and to understand more relatively low-level details. This choice was successfully applied in the "flink-runtime-web" module. WDYT? -- 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]
