Kafka Introduction

From bibbleWiki
Revision as of 04:01, 25 July 2021 by Iwiseman (talk | contribs)
Jump to navigation Jump to search

Introduction

This is an introduction to Kafka which describes itself as a messaging system
Here is some stats from LinkedIn

Terms

  • Log shipping is the process of automating the backup of transaction log files on a primary (production) database server, and then restoring them onto a standby server.
  • Message Broker is an intermediary computer program module that translates a message from the formal messaging protocol of the sender to the formal messaging protocol of the receiver