python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
using apache-storm-2.2.1 cluster run topologies,problem?
Run 3 Topologies On Storm Clusters,Through storm list command line ,show me 3 topologies and the state all ACTIVE ,But In /home/storm/data/supervisor/stormdist/ Dir only 2 topologies, One Of them Not...
NickFreya
Votes: 0
Answers: 0
fix for log4j vulnerability (CVE-2021-44228) for Apache storm?
There is no version of apache storm which doesn't use log4j 2.x version (which is affected by CVE-2021-44228 vulnerability).
I found this fix on log4j website:
you may remove the **JndiLookup** class ...
navneet sharma
Votes: 0
Answers: 1
Storm KafkaSpout does not get key (only value)
By using org.apache.kafka.clients.producer.* I try to send kafka-messages to a Storm Kafka Spout wit key:long value:String.
By checking the created record befor sending, key and value are set but at t...
SUT
Votes: 0
Answers: 0
Apache Storm Problem: "Unable to canonicalize address localhost/<unresolved>:2000 because it's not resolvable"
When I launch a simple Strorm script on IntellijIdea or Eclipse i encounter this problem: "Unable to canonicalize address localhost/:2000 because it's not resolvable".
import org.apache.stor...
domenico
Votes: 0
Answers: 1