Skip to content

Produce message to kafka (Use with kubernetes cronjob)

License

Notifications You must be signed in to change notification settings

vtamac/cron-kafka-producer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cron Kafka Producer

Simple kafka producer

This software built specific on purpose to produce message to topic in schedule

Plugins

Name Description
KAFKA_BOOSTRAP_SERVER Kafka boostrap server
KAFKA_TOPIC Topic name
KAFKA_MESSAGE_KEY Message key in string
KAFKA_MESSAGE_VALUE Message payload in string

Docker

*Note: This docker image design to run as cronjob on kubernetes, When it finish the container will exit

docker pull takumiproducer/cron-kafka-producer:latest
docker run -e ENV=VALUE takumiproducer/cron-kafka-producer

License

Apache 2.0

About

Produce message to kafka (Use with kubernetes cronjob)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 87.0%
  • Dockerfile 13.0%