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