Event Streaming and Apache Kafka in the Telecommunications Industry (Whiteboard)

Поделиться
HTML-код
  • Опубликовано: 16 ноя 2024
  • НаукаНаука

Комментарии • 7

  • @sangeetatulsiyan314
    @sangeetatulsiyan314 3 года назад

    Thanks for explaining. I am still not sure on point2- Cost. Also, it would be good to have a summary of 10 points in the end :)

    • @kai-waehner
      @kai-waehner  3 года назад

      Well, cost-efficiency is a topic on its own. The simple way is to compare the cost for running Mainframes (which are still heavily used in the telco industry) and other proprietary and monolithic infrastructure to commodity hardware where you can run cloud-native technologies such as Kafka. We typically do not just technical architectures, but also business value consulting to explore the reduced cost, increased flexibility and elasticity, etc.

    • @sangeetatulsiyan314
      @sangeetatulsiyan314 3 года назад

      @@kai-waehner Thank you Kai

  • @Nitin_9011
    @Nitin_9011 2 года назад

    After consuming the data what they do with that data...?what kind of analysis does on it?

    • @kai-waehner
      @kai-waehner  2 года назад +1

      Whatever needed :-) Not always just with Kafka, but also with additional technology. For instance, many telcos combines Kafka with a Timeseries database to do real-time analytics on the telemetry data.

  • @ElsiMathew
    @ElsiMathew 4 года назад

    Hello Kai, This video really helped me understand Kafka well. I need to enrich the data that I receive onKafka1, enrich it, and post it on Kafk2. What system can I use on top of Apache Kafka to enrich and stream again?

    • @kai-waehner
      @kai-waehner  4 года назад

      Check out the following blog post and presentation about architectures for multiple Kafka clusters:
      www.kai-waehner.de/blog/2020/01/29/deployment-patterns-distributed-hybrid-edge-global-multi-data-center-kafka-architecture/