Skip to content

Commit

Permalink
Merge pull request #1301 from sul-dlss/folio-sul-solr-ubuntu-test
Browse files Browse the repository at this point in the history
Add a folio indexer to test the ubuntu solr boxes
  • Loading branch information
jcoyne authored Jan 16, 2024
2 parents e4bab0d + 6b66ef5 commit 62141d5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions config/deploy/stage.rb
Original file line number Diff line number Diff line change
@@ -70,5 +70,18 @@
'kafka.hosts' => 'sul-kafka-prod-a.stanford.edu:9092',
'solr.url' => 'http://sul-solr.stanford.edu/solr/searchworks-gryphon-search'
}
},
{
key: 'sw_sul_solr_test_indexer',
count: 4,
config: './lib/traject/config/folio_config.rb',
settings: {
'log.file' => 'log/traject_sw_sul_solr_test_indexer.log',
'kafka.topic' => 'marc_folio_prod',
'kafka.consumer_group_id' => 'traject_sw_sul_solr_test_indexer',
'reader_class_name' => 'Traject::KafkaFolioReader',
'kafka.hosts' => 'sul-kafka-prod-a.stanford.edu:9092',
'solr.url' => 'https://sul-solr-ubuntu-test.stanford.edu/solr/searchworks-folio-prod-20240111'
}
}
]

0 comments on commit 62141d5

Please sign in to comment.