Skip to content

Instantly share code, notes, and snippets.

View vict-dev-j's full-sized avatar

Victoria vict-dev-j

View GitHub Profile
@vict-dev-j
vict-dev-j / stress.sh
Created May 3, 2025 11:12 — forked from mikepfeiffer/stress.sh
Install Stress Utility on Amazon Linux 2
sudo amazon-linux-extras install epel -y
sudo yum install stress -y
@vict-dev-j
vict-dev-j / kafka.md
Created March 14, 2022 09:53 — forked from DevoKun/kafka.md
How to operate Kafka, mostly using Docker

Kafka Distributed Streaming Platform

Publish and Subscribe / Process / Store

Start Kafka

  • Kafka uses ZooKeeper as a distributed backend.

Start Zookeeper