I have a topology which runs in the following way :
It reads data from the Kafka topic and pass it to storm.Storm processes the
data and stores it into two different DBs (mongo & cassandra).

Here, the Kafka topic is the name of the customer also the database name in
mongodb and Cassandra is same as the name of the Kafka topic.

Now, Suppose i have submitted the topology and it is running and i get a
new customer.

I will add a topic name in my Kafka .So, is it possible to make storm read
data from that Kafka topic when the cluster is running.

Thanks

Reply via email to