jcustenborder / kafka-connect-solr

Kafka Connect connector for writing to Solr.
Apache License 2.0
44 stars 28 forks source link

6y547u567u6u #39

Open rabeeshcharles opened 4 years ago

rabeeshcharles commented 4 years ago

Kafka Connect - Connection could not be established between kafka to Solr . Even though i give the wrong solr connection url ,but it is not throwing any error.

below is my configurations. if config is wrong ... please guide me to resolve this issue.

name=KAFKA_CONNECT_SOLAR_CONNECTOR_3 connector.class=com.github.jcustenborder.kafka.connect.solr.HttpSolrSinkConnector solr.core.name=PRC_TOKENS_CORE tasks.max=1 topics=PRE_KAFKA_CONNECT_TEST solr.url=http://localhost:8985/ solr.username=rabeeshv solr.password=password12345 solr.queue.size = 100


Solr Version - v5.3.0 kafka - v2.5