Skip to content

kubrabkaf (K8S, Kafka, Elastic stack) simple project for managing eth network transactions through the kafka broker & elastic stack

Notifications You must be signed in to change notification settings

Fiiii/kubrabkaf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plan

👋 Setup section

Initialization

make dev-init

Reload & start

make dev-update

🌟 Kafka section

Create kafka topic example

Run bash

kubectl exec -it kafka-broker-7dc5d6749d-vgq65 -n kafka -- /bin/bash

Create topic

kafka-topics.sh --create --topic ethTopic --bootstrap-server localhost:9092 --replication-factor 1 --partitions 3

About

kubrabkaf (K8S, Kafka, Elastic stack) simple project for managing eth network transactions through the kafka broker & elastic stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published