Skip to content

Commit

Permalink
Changed configuration to reflect the current config definitions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcustenborder committed Jan 20, 2017
1 parent 1204a06 commit d023531
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 16 deletions.
11 changes: 3 additions & 8 deletions config/cloudsolr.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ topics=twitter
tasks.max=2
connector.class=com.github.jcustenborder.kafka.connect.solr.CloudSolrSinkConnector
solr.zookeeper.hosts=192.168.99.100:2181
solr0.topic=twitter
solr0.collection.name=twitter
solr0.commit.within=1000
solr0.column.ignore.unknown.fields=true
solr0.column.mappings.createdAt.field=created_date
solr0.column.mappings.favoriteCount.field=favorite_count
solr0.column.mappings.text.field=text
#We are skipping user
solr.collection.name=twitter
solr.commit.within=1000

10 changes: 2 additions & 8 deletions config/httpsolr.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,5 @@ topics=twitter
tasks.max=2
connector.class=com.github.jcustenborder.kafka.connect.solr.HttpSolrSinkConnector
solr.url=http://192.168.99.100:8984/solr/
solr0.topic=twitter
solr0.core.name=twitter
solr0.commit.within=1000
solr0.column.ignore.unknown.fields=true
solr0.column.mappings.createdAt.field=created_date
solr0.column.mappings.favoriteCount.field=favorite_count
solr0.column.mappings.text.field=text
#We are skipping user
solr.topic=twitter
solr.core.name=twitter

0 comments on commit d023531

Please sign in to comment.