Github user satishd commented on a diff in the pull request:
https://github.com/apache/storm/pull/2467#discussion_r157941206
--- 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
--- End diff --
nit: bolts/states need to be
---