dnskr commented on code in PR #4147: URL: https://github.com/apache/kyuubi/pull/4147#discussion_r1070165261
########## charts/kyuubi/templates/_helpers.tpl: ########## @@ -16,33 +16,18 @@ */}} {{/* -Expand the name of the chart. +A comma separated string of enabled frontend protocols, e.g. "MYSQL,REST,THRIFT_BINARY". Review Comment: https://kyuubi.readthedocs.io/en/master/deployment/settings.html#frontend <html> <body> <!--StartFragment--> <table> <tbody> <tr> <td>kyuubi.frontend.protocols</td> <td>THRIFT_BINARY</td> <td>A comma separated list for all frontend protocols <ul> <li>THRIFT_BINARY - HiveServer2 compatible thrift binary protocol.</li> <li>THRIFT_HTTP - HiveServer2 compatible thrift http protocol.</li> <li>REST - Kyuubi defined REST API(experimental).</li> <li>MYSQL - MySQL compatible text protocol(experimental).</li> <li>TRINO - Trino compatible http protocol(experimental).</li> </ul></td> <td>seq</td> <td>1.4.0</td> </tr> </tbody> </table> <!--EndFragment--> </body> </html> Ok, I'll do! I keep learning Kyuubi and I see that frontends `REST`, `MYSQL` and `TRINO` marked as experimental. Could you please give me some short info about them and their statuses, just for my learning? Should I remove them all from the PR for now? -- 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: notifications-unsubscr...@kyuubi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@kyuubi.apache.org For additional commands, e-mail: notifications-h...@kyuubi.apache.org