sangrenel
sangrenel copied to clipboard
Add file replay and TLS support
For our use case I need to replay particular data to stress test a downstream component of Kafka, and my Kafka brokers are all using TLS.
I also factored out the message source interface, since I maybe add hybrid Monte Carlo generation of test data at some point as well.
Look awesome! I've been dragging on getting a message template system (rather than just spewing junk). I'll give this a pass when I can. Thanks for the PR!
Just letting you know that we ran across a bug and resolved it (basically, I'm an idiot and can't copy arrays accurately), so if you have done anything with this, you should probably review it again.