Thévenard
it's been a while, thank you for your patience 🙏
all
- adds authentication. big thanks to @rwaweber's PR #86 to get this started! cf issues #70
- adds TLS 1-way authentication, big thanks to @dangogh cf #110
- current versions: go 1.14, sarama 1.26.1 and system test against Kafka 2.4.0.
- drops old vendoring in favor of go modules, big thanks to @jackyzhen and @ebati
- exit code 0 when help is requested #81
- adds system testing again kafka via docker
- adds license #80
- use sarama's version parsing - big thanks to @ebati #85
- improves env var documentation - big thanks to @empeje #87
consume:
topic:
- adds ability to print topic config - big thanks to bo0rsh201 #102
produce:
- adds timestamp to produced messages #95
- passes the partitioner argument along #71
- adds note about the partitioner #74
- adds
-compression
to produce command to set codec - big thanks to @ooesili #73
admin:
group:
- adds regex based topic filtering - big thanks to @michaelritsema #72
- sorts the output for deterministic ordering - big thanks to @jackhopner #79