Eajaz Ali
Results
2
comments of
Eajaz Ali
Thanks @horkhe when I run the first script, I get this error. Any way to get rid of this? My GO version: `go version go1.12.9 darwin/amd64` ``` eajazalimahaboobbasha:kafka-pixy-v0.17.0-darwin-amd64 emahaboobbasha$ export...
Figured out the problem, the local Kafka-pixy expects TLS where as the test consumer is trying plaintext. Once I set this to the same type, it worked