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

Sdílet
Vložit
  • čas přidán 7. 09. 2024

Komentáře • 7

  • @sangeetatulsiyan314
    @sangeetatulsiyan314 Před 3 lety

    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 :)

    •  Před 3 lety

      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 Před 3 lety

      @ Thank you Kai

  • @Nitin_9011
    @Nitin_9011 Před 2 lety

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

    •  Před 2 lety +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 Před 4 lety

    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?

    •  Před 4 lety

      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/