This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch solr-sink-creds in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 6b1522eb8bd6620d4ca1c0121dd5e9ce6c550026 Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Dec 6 13:04:47 2021 +0100 Added Username/Password fields in Solr Sink Kamelet --- docs/modules/ROOT/pages/solr-sink.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/modules/ROOT/pages/solr-sink.adoc b/docs/modules/ROOT/pages/solr-sink.adoc index fec0008..99410e8 100644 --- a/docs/modules/ROOT/pages/solr-sink.adoc +++ b/docs/modules/ROOT/pages/solr-sink.adoc @@ -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.
