Skip to content

ecigar13/kafka-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

kafka

What I learned

  • Very complex to start (Apache tutorial is wrong) - that's why there're companies like Confluent, Cloudurable offering manager service
  • I can make tweaks to the streams to filter, format messages before they're read.
  • After that, things get easier.

Pros

  • Easy to prototype (if I can get past the wrong tutorial)
  • Producers, consumers, transformers are modular
  • Scalable (but only up)

Cons

  • Tough to start from scratch.
  • Java client library is verbose. No python-like official library
  • No native UI to manage, requires human intervention
  • Too much work for a small or one-man businesses.

Important commands

mvn compile exec:java -Dexec.mainClass="myapps.WordCount" to run the transformer.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages