What are the distinct layers of storm’s codebase?
Answer / Vickey Saxena
The Apache Storm codebase has three main layers:
1. API Layer: It provides a high-level programming interface for developers to create topologies and define bolts and spouts. This layer includes APIs for Java, Python, Ruby, Clojure, and Scala.
2. Core Execution Engine (Cog): It is responsible for scheduling and executing the topology and managing resources across the cluster.
3. Transport Layer: It manages communication between the various nodes in a Storm cluster using messaging queues like Kafka, RabbitMQ, or Redis.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain when to use field grouping in storm? Is there any time-out or limit to known field values?
what streams is and stream grouping in apache storm?
Can you define toplogy_message_timeout_secs in apache storm?
Why does not apache include ssl?
In which folder are java application stored in apache?
Can you define mod_vhost_alias?
Explain how you can streamline log files using apache storm?
What does it mean for a message to be?
Explain the major components of apache storm system?
Tell me is running apache as a root is a security risk?
Define combiner aggregator in apache storm?
Can we run apache as a root? If yes, what are the security risks?