Registry / networking / storm-core

storm-core

JSON →
library2.8.8javamavenunverified

Core Java API and Clojure implementation for Apache Storm, a distributed real-time computation system.

<dependency> <groupId>org.apache.storm</groupId> <artifactId>storm-core</artifactId> <version>2.8.8</version> </dependency>
INSTALL
IMPORT
SIG · STORM-CORE
S
storm-core
networkingjavav2.8.8
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

TopologyBuilder
org.apache.storm.topology.TopologyBuilder

Minimal Storm topology setup using TopologyBuilder to define spouts and bolts.

import org.apache.storm.topology.TopologyBuilder; import org.apache.storm.topology.base.BaseRichSpout; import org.apache.storm.topology.base.BaseRichBolt; TopologyBuilder builder = new TopologyBuilder(); builder.setSpout("spout", new MySpout()); builder.setBolt("bolt", new MyBolt()).shuffleGrouping("spout");
Debug
Known issues
breakingStorm 2.x has breaking API changes from 1.x; ensure your code is compatible.
fix
Review the migration guide from Storm 1.x to 2.x for changes in topology and configuration APIs.
affects: >=2.0.0
Upgrade
Version history
2.8.8latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
OpenAI (training)
1
Resources
storm-core — mvn dependency:get storm-core · libregistry