This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git
The following commit(s) were added to refs/heads/master by this push:
new ff68a4228 [STORM-3962] Update integration page for Kafka links (#8587)
ff68a4228 is described below
commit ff68a4228f28dd6bd9eb97b8b83c950d1cc6bffd
Author: Saurabh Singh <[email protected]>
AuthorDate: Wed May 6 18:10:40 2026 +0530
[STORM-3962] Update integration page for Kafka links (#8587)
Updates the Storm integrations page to reference all three Kafka
integration modules:
- Kafka Consumer (storm-kafka-client)
- Kafka Migration Tool (storm-kafka-migration)
- Kafka Monitoring (storm-kafka-monitor)
Fixes #7744
---
docs/index.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/docs/index.md b/docs/index.md
index e4367e669..6c3dbc216 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -80,7 +80,9 @@ We're also notifying it via annotating classes with marker
interface `@Interface
* [Event Logging](Eventlogging.html)
### Integration With External Systems, and Other Libraries
-* [Apache Kafka Integration](storm-kafka-client.html)
+* [Kafka Consumer (storm-kafka-client)](storm-kafka-client.html)
+* [Kafka Migration Tool
(storm-kafka-migration)](https://github.com/apache/storm/tree/master/external/storm-kafka-migration)
+* [Kafka Monitoring
(storm-kafka-monitor)](https://github.com/apache/storm/tree/master/external/storm-kafka-monitor)
* [Apache HBase Integration](storm-hbase.html)
* [Apache HDFS Integration](storm-hdfs.html)
* [JDBC Integration](storm-jdbc.html)