Apache Storm Topology API

The Storm Topology API provides Java and other language bindings for building real-time processing topologies composed of spouts (data sources) and bolts (processing units). It supports various stream groupings, windowing operations, Trident micro-batch processing, and DRPC (Distributed Remote Procedure Calls) for synchronous request/response patterns.

API entry from apis.yml

apis.yml Raw ↑
aid: apache-storm:apache-storm-topology-api
name: Apache Storm Topology API
description: The Storm Topology API provides Java and other language bindings for building real-time processing
  topologies composed of spouts (data sources) and bolts (processing units). It supports various stream
  groupings, windowing operations, Trident micro-batch processing, and DRPC (Distributed Remote Procedure
  Calls) for synchronous request/response patterns.
humanURL: https://storm.apache.org/documentation/Tutorial.html
tags:
- Java
- Topology
- Streaming
- Processing
properties:
- type: Documentation
  url: https://storm.apache.org/documentation/Tutorial.html
- type: SDK
  url: https://search.maven.org/search?q=org.apache.storm
  title: Maven Java SDK