Skip to content

Commit

Permalink
kafka: add some topics config
Browse files Browse the repository at this point in the history
  • Loading branch information
Universal-Omega authored Mar 24, 2024
1 parent 35b8915 commit 527d4b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/role/manifests/kafka.pp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@

class { 'kafka::broker':
config => {
'auto.create.topics.enable' => 'true',
'broker.id' => '0',
'broker.id.generation.enable' => 'false',
'default.replication.factor' => '1',
'delete.topic.enable' => 'true',
'offsets.topic.replication.factor' => '1',
'zookeeper.connect' => 'localhost:2181',
}
Expand Down

0 comments on commit 527d4b3

Please sign in to comment.