Skip to content

GandalFran/kafka-cookie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kafka subsystem as Python Package Cookie

Installation

  1. install cookiecutter with pip3 install cookiecutter
  2. run template generation with cookiecutter https://github.com/GandalFran/kafka-cookie.git
  3. fill properties as following
author [Franz Kafka]: Author
email [franz@kafka.com]: email@email.ml
name [the_metamorphosis]: my_project
kafka_num_tries [10]: 3
kafka_input_topics [input-topic]: topic1,topic2,topic3
kafka_output_topics [output-topic]: topic4
kafka_group_id [package_group_id]: my_group
kafka_broker [localhost:9092]: myserver.com:9092
kafka_delivery_timeout [3000]: 10000
flow_producer [yes]: yes
flow_consumer [yes]: no

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published