Github user satishd commented on a diff in the pull request: https://github.com/apache/storm/pull/2467#discussion_r157941248 --- Diff: external/storm-solr/README.md --- @@ -97,6 +97,29 @@ field separates each value with the token % instead of the default | . To use th .setMultiValueFieldToken("%").build(); ``` +##Working with Kerberized Solr +If your topology is going to interact with kerberized Solr, your bolts/states needs to be authenticated by Solr Server. We can enable +authentication by distributing keytabs for solr user on all worker hosts. We can configure the solt bolt to use keytabs by setting --- End diff -- nit: configure the solr bolt
---