Skip to content

vepo/kafka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kafka

Kafka docker image.

Any config value can be set by using the KAFKA_ prefix.

Using with Docker Compose

services:
  kafka:
    image: vepo/kafka:3.7.0
    ports:
     - 9092:9092
    environment:
      KAFKA_ADVERTISED_LISTENERS: PLAINTEXT://kafka:9092

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published