Re: General question about kafka to use in a correct way

2017-01-19 Thread Dhwani Katagade
Hi Vishnu, Assuming that the POS application will generate POS events, we could accumulate these events in Kafka and use it as a data feed for live dashboards. We could do some common events stream processing within Kafka itself using the streams API. Alternatively the POS events stream could

General question about kafka to use in a correct way

2017-01-19 Thread Vishnu Krishnan
I read about kafka, and still i am thinking about some scenarios, what is the possibilities to use kafka in a cloud POS application? is there any sense to do a live dashboard? Thanks Amtest