You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by Jagannath Bilgi <js...@yahoo.com.INVALID> on 2018/07/08 05:57:41 UTC

Kafak-Sink-solR

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