Skip to content

Commit

Permalink
Added Username/Password fields in Solr Sink Kamelet
Browse files Browse the repository at this point in the history
  • Loading branch information
oscerd committed Dec 6, 2021
1 parent 6efc485 commit d3af0c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/modules/ROOT/pages/solr-sink.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ The following table summarizes the configuration options available for the `solr
| *collection {empty}* *| Collection| Solr Collection name| string| |
| *servers {empty}* *| Servers| Comma separated list of Solr Servers and ports| string| |
| autocommit| Autocommit| If autocommit should be enabled or not| boolean| `false`|
| password| Password| Password to connect to Solr.| string| |
| username| Username| Username to connect to Solr.| string| |
|===

NOTE: Fields marked with an asterisk ({empty}*) are mandatory.
Expand Down

0 comments on commit d3af0c4

Please sign in to comment.