Hi,
Could you please advise how to implement kafka topic to sink in solr. Used 
https://github.com/jcustenborder/kafka-connect-solr/blob/master/docker-compose.yml
 link. Updated standalone property as below.
connector.class=com.github.jcustenborder.kafka.connect.solr.HttpSolrSinkConnector
tasks.max=1
topics=topic1,topic2,topic3
solr.url=http://localhost:8993/solr
jar is copied to /usr/share/java/kafka/created topic1produced messages using 
kafka-producer.
Able to consume messages using kafka-console consumer. 
However unable to see the messages in solr.
Please advise how to resolve 
Thanks and regards
Jagannath S Bilgi

Reply via email to