You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by sr...@apache.org on 2017/07/18 21:25:28 UTC

[3/3] storm git commit: Changelog: STORM-2541

Changelog: STORM-2541


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

Branch: refs/heads/master
Commit: cd6ca3ef040bb812670be13d3b08420e81f05797
Parents: b9aefbe
Author: Stig Rohde Døssing <sr...@apache.org>
Authored: Tue Jul 18 22:39:12 2017 +0200
Committer: Stig Rohde Døssing <sr...@apache.org>
Committed: Tue Jul 18 22:39:12 2017 +0200

----------------------------------------------------------------------
 CHANGELOG.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/cd6ca3ef/CHANGELOG.md
----------------------------------------------------------------------
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 586034d..a7f8330 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
 ## 2.0.0
+ * STORM-2541: Fix storm-kafka-client manual subscription not being able to start consuming
  * STORM-2639: Kafka Spout incorrectly computes numCommittedOffsets due to voids in the topic (topic compaction)
  * STORM-2622: Add owner resource summary on storm UI
  * STORM-2634: Apply new code style to storm-sql-runtime