Tag: Apache Kafka

  • Apache Kafka

    Apache kafka is a distributed open source platform which is utilized for event streaming. Apache kafka is majorly leveraged for : -> HIGH PERFORMANCE DATA PIPELINE-> DATA INTEGRATION-> STREAMING ANALYTICS Kafka can be seamlessly integrated with 100s of event sources and event Sinks. Kafka is implemented in real-time data feed processing, event streaming and EDA…

  • (Pub-Sub) Model

    The Publish-Subscribe (Pub-Sub) model is a messaging pattern in distributed systems that decouples the message sender (publisher) from the message receiver (subscriber). In this model, publishers send messages without knowing who will receive them, and subscribers express interest in specific types of messages. This architecture facilitates highly scalable, event-driven communication, commonly used in modern messaging…