malliaridis commented on PR #2605:
URL: https://github.com/apache/solr/pull/2605#issuecomment-2282037617

   > How does this handle authentication/authorization. I'm hoping we have some 
really nice support that can leverage what solr already has.
   
   I am eager to imlpement it since the first day you requested this, and will 
may start working on it soon. But I will probably not add it to the current POC 
because it will be too much to review.
   
   > I'm very curious to see "how easy is it to expose a simple V2 Rest api". 
I'm hopeful that we can leverage the great v2 openapi work to get a lovely 
kotlin client (instead of hand writing it like you had to for the Java 
properties). --> This would help me better understand how we can get more admin 
tool with less work!
   
   A Kotlin client would be great to use here (it could eventually replace the 
current SolrJ implementation too). I have discussed some thoughts with 
@gerlowskija, but nothing noteworthy yet. I think if this POC gets accepted, we 
would have more reasons for introducing a additional admin client for Kotlin 
and support a bunch of new targets.
   
   > if a core aspect is running it as a local client, that connects to a 
remote Solr (as well as a web app!), then I'd love to see more about how that 
app might be packaged up and distributed and connect to arbitrary Solr!
   
   I think you can already package / build an installer for your platform by 
using one of the gradle tasks provided in the group `compose desktop`, starting 
with `packageRelease*`. I haven't tested it yet for this build, so there may be 
some configurations necessary before a successful build.
   
   > Lastly, if there is a lot of pushback on shipping another large webapp in 
solr, could this app be distributed as a Solr package? Similar to how 
https://github.com/o19s/splainer?tab=readme-ov-file#splainer-package-for-solr 
packages up a angularjs app for Solr.
   
   This is something that still raises concerns. Replacing the current webapp 
is one of the main goals of the new UI, and if it is shipped separately / 
outside of Solr project, we may not be able to deprecate and replace the 
current webapp with it and we will end up with "yet another Solr Admin tool". I 
think that if we notice further down the path that it gets out of hand, we may 
reconsider it and eventually remove the new module / UI completely (however, 
this may be a topic for the mailing list).
   
   I am not sure if that is what you meant, or if you simply want to see the UI 
as a plugin that can be loaded like any other plugin we have (sql, ltr etc).


-- 
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: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to