Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use topic name to compute the collection to send the updates in "Standard Solr" #53

Open
didiez opened this issue Mar 29, 2023 · 0 comments

Comments

@didiez
Copy link

didiez commented Mar 29, 2023

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 ...


Or using the overloaded method process(SolrClient client, String collection) in
UpdateResponse response = updateRequest.process(client);

didiez added a commit to didiez/kafka-connect-solr that referenced this issue Mar 29, 2023
didiez added a commit to didiez/kafka-connect-solr that referenced this issue Mar 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant