[ 
https://issues.apache.org/jira/browse/SOLR-15733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17620895#comment-17620895
 ] 

Jan Høydahl commented on SOLR-15733:
------------------------------------

Are you sure that a (server-side) module is the right location for this code, 
which needs to be available as a client-side jar? I thought this would follow 
the pattern of [https://github.com/apache/solr/tree/main/solr/solrj-zookeeper] 
which is not really a solr module, but rather a group of classes that end up in 
a separate JAR in Maven. Backend will always have the JAR on classpath, but a 
user may choose to include it in maven. Not sure what pacakge name should be 
but probably stick with org.apache.solr.client.solrj.io ?

> Separate out a solrj-streaming module
> -------------------------------------
>
>                 Key: SOLR-15733
>                 URL: https://issues.apache.org/jira/browse/SOLR-15733
>             Project: Solr
>          Issue Type: Sub-task
>            Reporter: Jan Høydahl
>            Assignee: Joel Bernstein
>            Priority: Major
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> The huge amount of streaming expression code under 
> {{org.apache.solr.client.solrj.io}} package can be shipped as an optional 
> jar. The {{solrj-jdbc}} (or {{solrj-sql}}) modules would then have a 
> dependency on this...



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to