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 2018/12/11 18:54:01 UTC

[3/3] storm git commit: STORM-3289: Add note about KAFKA-7044 to storm-kafka-client compatibility documentation

STORM-3289: Add note about KAFKA-7044 to storm-kafka-client compatibility documentation


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

Branch: refs/heads/1.x-branch
Commit: 97ae1dc0bf86737dfea7577661c1f0c532704f69
Parents: adf5a73
Author: Stig Rohde Døssing <sr...@apache.org>
Authored: Mon Nov 19 20:08:31 2018 +0100
Committer: Stig Rohde Døssing <sr...@apache.org>
Committed: Tue Dec 11 19:53:38 2018 +0100

----------------------------------------------------------------------
 docs/storm-kafka-client.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/97ae1dc0/docs/storm-kafka-client.md
----------------------------------------------------------------------
diff --git a/docs/storm-kafka-client.md b/docs/storm-kafka-client.md
index 2644932..d7f25ad 100644
--- a/docs/storm-kafka-client.md
+++ b/docs/storm-kafka-client.md
@@ -8,7 +8,7 @@ This includes the new Apache Kafka consumer API.
 
 ## Compatibility
 
-Apache Kafka versions 0.10 onwards
+Apache Kafka versions 0.10.1.0 onwards. Please be aware that [KAFKA-7044](https://issues.apache.org/jira/browse/KAFKA-7044) can cause crashes in the spout, so you should upgrade Kafka if you are using an affected version (1.1.0, 1.1.1 or 2.0.0).
 
 ## Writing to Kafka as part of your topology
 You can create an instance of org.apache.storm.kafka.bolt.KafkaBolt and attach it as a component to your topology or if you