Aniket Khare created SOLR-8064:
----------------------------------
Summary: Solr Data Import handler with ApplicationIntent=ReadOnly
Key: SOLR-8064
URL: https://issues.apache.org/jira/browse/SOLR-8064
Project: Solr
Issue Type: Improvement
Components: contrib - DataImportHandler
Affects Versions: 5.0
Reporter: Aniket Khare
Priority: Blocker
I am trying to use dataImportHandler with following connection string where I
have added paramter as ApplicationIntent=ReadWrite which will automatically
redirect the SQL connection to ReadOnly node.
<dataSource type="JdbcDataSource"
driver="com.microsoft.sqlserver.jdbc.SQLServerDriver"
url="jdbc:sqlserver://server;databaseName=TestDatabase"
ApplicationIntent="Readonly"
user="Username"
password="Password"/>
I guess the DataImportHandler does not support this feature yet and because of
that I am blocked for the Production push.
Could you please help?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]