Skip to content

Instantly share code, notes, and snippets.

View hollow's full-sized avatar
👋

Benedikt Böhm hollow

👋
View GitHub Profile
@langerma
langerma / kafka.nomad.hcl
Created April 4, 2023 09:57
deploy kafka kraft cluster with nomad
job "kafka" {
datacenters = ["yourdatacenter"]
type = "service"
update {
stagger = "5s"
max_parallel = 3
}
group "kafka" {