Github user cestella commented on the issue:
https://github.com/apache/metron/pull/907
@anandsubbu Yeah, That's that lingering craziness where sometimes Kafka is
expecting `PLAINTEXTSASL` and sometimes `SASL_PLAINTEXT`. I just went ahead
and normalized it to whatever the kafka library enum had and translated
accordingly. Try it out now after the most recent commit (also, I merged in
master, so Mike's changes in #904 are in).---
