You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In "Standard Solr" mode, there is no way to route messages dynamically to multiple collections using RegexRouter as noted in the docs.
HttpSolrSinkTask should use topic to send the documents to a solr collection with that very same name.
Either appending the collection to the base solrUrl in ...
In "Standard Solr" mode, there is no way to route messages dynamically to multiple collections using
RegexRouter
as noted in the docs.HttpSolrSinkTask
should usetopic
to send the documents to a solr collection with that very same name.Either appending the collection to the base
solrUrl
in ...kafka-connect-solr/src/main/java/com/github/jcustenborder/kafka/connect/solr/HttpSolrSinkTask.java
Line 42 in c917b5c
Or using the overloaded method
process(SolrClient client, String collection)
inkafka-connect-solr/src/main/java/com/github/jcustenborder/kafka/connect/solr/HttpSolrSinkTask.java
Line 56 in c917b5c
The text was updated successfully, but these errors were encountered: