Skip to content

0xStormEye/heronpy-kafka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

heronpy-kafka

Approach of utilizing Kafka in Heron Spout and Bolt.

This repo provides you the minimal setup of utilizing Kafka in Heron. All the codes are written in minimal, with SSL Kafka setup.

If you would like to learn more about the configuration of Kafka config, please refer to the documentations of librdkafka: https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md Note: The document isn't up-to-dated!!!

Library required:

  1. librdkafka
    • Install this before installing confluent_kafka library. This part isn't easy, I suggest you to read Confluent documentations and librdkafka documentations for references.
  2. confluent_kafka
    • Please follow the official confluent_kaffa library installation guide.
  3. heronpy
    • If you are using docker, make sure your docker image is installed with the 2 libraries above.

About

Approach of utilizing Kafka in Heron Spout and Bolt.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages