Hi, I’ve been lately writing lua-based module for mocking Heka to make unit-testing lua encoders/decoders/etc easier (it’s not at all ready yet, I’ll post an announcement here when it is). For that I’ve been reading through LSB and Heka source code to better understand how different LSB functions work and I have a question:
If I run inject_message(args) after running add_to_payload(args) my payload will be destroyed, right? Or does it emit a message keeping the generated payload at the same time? Thanks, Timur
_______________________________________________ Heka mailing list [email protected] https://mail.mozilla.org/listinfo/heka

