mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 13:08:19 -04:00
disabled kafka
This commit is contained in:
@@ -3,7 +3,7 @@ let
|
|||||||
in
|
in
|
||||||
{
|
{
|
||||||
services.apache-kafka = {
|
services.apache-kafka = {
|
||||||
enable = true;
|
enable = false;
|
||||||
settings = {
|
settings = {
|
||||||
listeners = [ "PLAINTEXT://localhost:9092" ];
|
listeners = [ "PLAINTEXT://localhost:9092" ];
|
||||||
"log.dirs" = [ vars.kafka ];
|
"log.dirs" = [ vars.kafka ];
|
||||||
|
|||||||
Reference in New Issue
Block a user