Closed hermanschaaf closed 6 years ago
I hate to say it, but it works for me. Are you following the steps outlined here? If it still does not work for you please provide kafka-pixy logs.
I am closing this as not reproducible. Feel free to reopen if you have more information.
Hi, I am trying to write a simple GRPC consumer in Go. For a start, I thought I'd try and list the available topics with
ListTopics
. I was able to connect to port 19092 via curl and consume messages via that route, so I think kafka-pixy is set up correctly. But using Go and gRPC I get timeouts.Here is the code I'm running:
Unfortunately, it fails with:
Does anyone know what I might be doing wrong here?