Skip to content

Instantly share code, notes, and snippets.

@kbeathanabhotla
kbeathanabhotla / Kafka Overview.md
Last active June 19, 2022 22:51
A detailed overview of Apache Kafka

Introduction to Kafka

Kafka acts as a kind of write-ahead log (WAL) that records messages to a persistent store (disk) and allows subscribers to read and apply these changes to their own stores in a system appropriate time-frame.

Terminology:

  • Producers send messages to brokers
  • Consumers read messages from brokers
  • Messages are sent to a topic
@namishelex01
namishelex01 / Security Engineer - Interview Questions.md
Last active July 1, 2024 04:00
Cyber security engineer, Security Engineer, Security Analyst, Information Security Analyst and many more names

Core Information Security

  • What is information security and how is it achieved?

  • What are the core principles of information security?

  • What is the CIA triangle?

  • What is non-repudiation (as it applies to IT security)?