You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by ka...@apache.org on 2015/08/25 05:05:29 UTC

[11/11] storm git commit: add STORM-854 to CHANGELOG.md

add STORM-854 to CHANGELOG.md

* also add Rohan Agarwal to contributor list


Project: http://git-wip-us.apache.org/repos/asf/storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/528958c2
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/528958c2
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/528958c2

Branch: refs/heads/master
Commit: 528958c27f71da4538f9bca115e3b8eda55445de
Parents: d66a1b7
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Tue Aug 25 12:04:50 2015 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Tue Aug 25 12:04:50 2015 +0900

----------------------------------------------------------------------
 CHANGELOG.md    | 1 +
 README.markdown | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/528958c2/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6be3d69..6a6dc8f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 0.11.0
+ * STORM-854: [Storm-Kafka] KafkaSpout can set the topic name as the output streamid
  * STORM-990: Refactored TimeCacheMap to extend RotatingMap
  * STORM-829: Hadoop dependency confusion
  * STORM-166: Nimbus HA

http://git-wip-us.apache.org/repos/asf/storm/blob/528958c2/README.markdown
----------------------------------------------------------------------
diff --git a/README.markdown b/README.markdown
index 85974ef..57ce0d5 100644
--- a/README.markdown
+++ b/README.markdown
@@ -217,6 +217,7 @@ under the License.
 * Yvonne Ironberg ([@YvonneIronberg](https://github.com/YvonneIronberg))
 * Boyang Jerry Peng ([@jerrypeng](https://github.com/jerrypeng))
 * Li Wang ([@wangli1426](https://github.com/wangli1426))
+* Rohan Agarwal ([@rohanag12](https://github.com/rohanag12))
 
 ## Acknowledgements