Closed rcoder closed 8 years ago
@rcoder Thank you for your interest and contribution. As long as you at it, could you please also swap time and pid components in the client id. I wanted to do that myself to make the output of /topic/<name>/consumers
API method look a little bit better.
Can one of the admins verify this patch?
@mailgun-ci ok to test
Thank's a lot! Bugs, feature requests, and pull requests are always welcome.
Sarama validates the
ClientID
config flag with a regexp that disallows the:
characters included in the timestamp format used in kafka-pixy. This change converts those to periods, and as a bonus squelches a warning generated by the producer client logic caused by a lack of a unique, non-nullClientID
value there.