Kafka Introduction: Difference between revisions
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
Here is some stats from LinkedIn<br> | Here is some stats from LinkedIn<br> | ||
[[File:LinkedInStats.png|500px]] | [[File:LinkedInStats.png|500px]] | ||
<br> | |||
And here is there architecure pre-2010. | |||
<br> | |||
[[File:LinkedInPre2010.png|600px]] | |||
=Terms= | =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. | *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 | *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 |
Revision as of 04:04, 25 July 2021
Introduction
This is an introduction to Kafka which describes itself as a messaging system
Here is some stats from LinkedIn
And here is there architecure pre-2010.
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